Shades of Conifer #96DC59
Tints of Conifer #96DC59
RGB
CMYK
RGB Variations
Color information
#96DC59 (or 0x96DC59) is known color: Conifer. HEX triplet: 96, DC and 59. RGB value is (150,220,89). Sum of RGB (Red+Green+Blue) = 150+220+89=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DC59 is #6923A6. Grayscale: #B8B8B8. Windows color (decimal): -6890407 or 5889174. OLE color: 5889174.
HSL color Cylindrical-coordinate representation of color #96DC59: hue angle of 92.06º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96DC59 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 220 | 89 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.14 |
| HSL | 92.06º | 0.65% | 0.61% | - |
| HSV(B) | 92.06º | 0.6% | 0.86% | - |
| XYZ | 39.97 | 58.39 | 18.62 | - |
| YUV | 184.14 | 74.31 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 89 | 0.32 | 0 | 0.60 | 0.14 | 92.06 | 0.65 | 0.61 |
| Hex | 96 | DC | 59 | 20 | 0 | 3C | E | 5C | 41 | 3D |
| Octal | 226 | 334 | 131 | 40 | 0 | 74 | 16 | 134 | 101 | 75 |
| Binary | 10010110 | 11011100 | 1011001 | 100000 | 0 | 111100 | 1110 | 1011100 | 1000001 | 111101 |
Color Harmonies of #96DC59
Complementary color
Monochromatic Colors of #96DC59
Black with #96DC59
Text Example
Text Example
White with #96DC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DC59; }
p { color: rgb(150,220,89); }
H1.HeaderClassName
{
color: #96DC59;
}
.AnyTagClassName
{
color: #96DC59;
}
</style>
background-color css
<style>
a { background-color: #96DC59; }
a { background-color: rgb(150,220,89); }
div.DivClassName
{
background-color: #96DC59;
}
.BgClassName
{
background-color: #96DC59;
}
</style>
border-color css
<style>
span { border-color: #96DC59; }
span { border-color: rgb(150,220,89); }
td.TdClassName
{
border-color: #96DC59;
}
.TagClassName
{
border-color: #96DC59;
}
</style>