#99DE61

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

Shades of Conifer #99DE61

Tints of Conifer #99DE61

Color information

#99DE61 (or 0x99DE61) is unknown color: approx Conifer. HEX triplet: 99, DE and 61. RGB value is (153,222,97). Sum of RGB (Red+Green+Blue) = 153+222+97=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 222 - color contains mainly: green. Hex color #99DE61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DE61 is #66219E. Grayscale: #BBBBBB. Windows color (decimal): -6693279 or 6413977. OLE color: 6413977.

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

Color convert

RGB15322297-
CMYK0.3100.560.13
HSL93.12º65.45%62.55%-
HSV(B)93.12º56.31%87.06%-
XYZ41.4259.8820.68-
YUV187.1277.14103.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.42%
GREEN value IS 222 (87.11% from 255) = 47.03%
BLUE value IS 97 (38.28% from 255) = 20.55%
R=32.42%
G=47.03%
B=20.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal153222970.3100.560.1393.1265.4562.55
Hex99DE611F038D5d413f
Octal231336141370701513510177
Binary10011001110111101100001111110111000110110111011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99DE61; }

 p { color: rgb(153,222,97); }

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

<style>
 a { background-color: #99DE61; }

 a { background-color: rgb(153,222,97); }

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

<style>
 span { border-color: #99DE61; }

 span { border-color: rgb(153,222,97); }

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