#97DD5C

Color #97DD5C Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #97DD5C

Tints of Conifer #97DD5C

Color information

#97DD5C (or 0x97DD5C) is unknown color: approx Conifer. HEX triplet: 97, DD and 5C. RGB value is (151,221,92). Sum of RGB (Red+Green+Blue) = 151+221+92=464 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.54% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #97DD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DD5C is #6822A3. Grayscale: #B9B9B9. Windows color (decimal): -6824612 or 6086039. OLE color: 6086039.

HSL color Cylindrical-coordinate representation of color #97DD5C: hue angle of 92.56º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #97DD5C is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB15122192-
CMYK0.3200.580.13
HSL92.56º65.48%61.37%-
HSV(B)92.56º58.37%86.67%-
XYZ40.5559.0619.39-
YUV185.3675.31103.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 32.54%
GREEN value IS 221 (86.72% from 255) = 47.63%
BLUE value IS 92 (36.33% from 255) = 19.83%
R=32.54%
G=47.63%
B=19.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal151221920.3200.580.1392.5665.4861.37
Hex97DD5C2003AD5d413d
Octal227335134400721513510175
Binary100101111101110110111001000000111010110110111011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97DD5C; }

 p { color: rgb(151,221,92); }

 H1.HeaderClassName
 {
   color: #97DD5C;
 }
 .AnyTagClassName
 {
   color: #97DD5C;
 }
</style>
background-color css

<style>
 a { background-color: #97DD5C; }

 a { background-color: rgb(151,221,92); }

 div.DivClassName
 {
   background-color: #97DD5C;
 }
 .BgClassName
 {
   background-color: #97DD5C;
 }
</style>
border-color css

<style>
 span { border-color: #97DD5C; }

 span { border-color: rgb(151,221,92); }

 td.TdClassName
 {
   border-color: #97DD5C;
 }
 .TagClassName
 {
   border-color: #97DD5C;
 }
</style>