Shades of Conifer #96E855
Tints of Conifer #96E855
RGB
CMYK
RGB Variations
Color information
#96E855 (or 0x96E855) is known color: Conifer. HEX triplet: 96, E8 and 55. RGB value is (150,232,85). Sum of RGB (Red+Green+Blue) = 150+232+85=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 232 (91.02% from 255 or 49.68% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 232 - color contains mainly: green. Hex color #96E855 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E855 is #6917AA. Grayscale: #BFBFBF. Windows color (decimal): -6887339 or 5630102. OLE color: 5630102.
HSL color Cylindrical-coordinate representation of color #96E855: hue angle of 93.47º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96E855 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 232 | 85 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.09 |
| HSL | 93.47º | 0.76% | 0.62% | - |
| HSV(B) | 93.47º | 0.63% | 0.91% | - |
| XYZ | 43.07 | 64.85 | 18.84 | - |
| YUV | 190.72 | 68.33 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 232 | 85 | 0.35 | 0 | 0.63 | 0.09 | 93.47 | 0.76 | 0.62 |
| Hex | 96 | E8 | 55 | 23 | 0 | 3F | 9 | 5D | 4C | 3E |
| Octal | 226 | 350 | 125 | 43 | 0 | 77 | 11 | 135 | 114 | 76 |
| Binary | 10010110 | 11101000 | 1010101 | 100011 | 0 | 111111 | 1001 | 1011101 | 1001100 | 111110 |
Color Harmonies of #96E855
Complementary color
Monochromatic Colors of #96E855
Black with #96E855
Text Example
Text Example
White with #96E855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E855; }
p { color: rgb(150,232,85); }
H1.HeaderClassName
{
color: #96E855;
}
.AnyTagClassName
{
color: #96E855;
}
</style>
background-color css
<style>
a { background-color: #96E855; }
a { background-color: rgb(150,232,85); }
div.DivClassName
{
background-color: #96E855;
}
.BgClassName
{
background-color: #96E855;
}
</style>
border-color css
<style>
span { border-color: #96E855; }
span { border-color: rgb(150,232,85); }
td.TdClassName
{
border-color: #96E855;
}
.TagClassName
{
border-color: #96E855;
}
</style>