#97DD61

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

Shades of Conifer #97DD61

Tints of Conifer #97DD61

Color information

#97DD61 (or 0x97DD61) is unknown color: approx Conifer. HEX triplet: 97, DD and 61. RGB value is (151,221,97). Sum of RGB (Red+Green+Blue) = 151+221+97=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #97DD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DD61 is #68229E. Grayscale: #BABABA. Windows color (decimal): -6824607 or 6413719. OLE color: 6413719.

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

Color convert

RGB15122197-
CMYK0.3200.560.13
HSL93.87º64.58%62.35%-
HSV(B)93.87º56.11%86.67%-
XYZ40.7859.1620.58-
YUV185.9377.81103.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.20%
GREEN value IS 221 (86.72% from 255) = 47.12%
BLUE value IS 97 (38.28% from 255) = 20.68%
R=32.20%
G=47.12%
B=20.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal151221970.3200.560.1393.8764.5862.35
Hex97DD6120038D5e413e
Octal227335141400701513610176
Binary100101111101110111000011000000111000110110111101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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