Shades of Conifer #96E85B
Tints of Conifer #96E85B
RGB
CMYK
RGB Variations
Color information
#96E85B (or 0x96E85B) is known color: Conifer. HEX triplet: 96, E8 and 5B. RGB value is (150,232,91). Sum of RGB (Red+Green+Blue) = 150+232+91=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 232 (91.02% from 255 or 49.05% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 232 - color contains mainly: green. Hex color #96E85B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E85B is #6917A4. Grayscale: #BFBFBF. Windows color (decimal): -6887333 or 6023318. OLE color: 6023318.
HSL color Cylindrical-coordinate representation of color #96E85B: hue angle of 94.89º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96E85B is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 232 | 91 | - |
| CMYK | 0.35 | 0 | 0.61 | 0.09 |
| HSL | 94.89º | 0.75% | 0.63% | - |
| HSV(B) | 94.89º | 0.61% | 0.91% | - |
| XYZ | 43.32 | 64.95 | 20.15 | - |
| YUV | 191.41 | 71.33 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 232 | 91 | 0.35 | 0 | 0.61 | 0.09 | 94.89 | 0.75 | 0.63 |
| Hex | 96 | E8 | 5B | 23 | 0 | 3D | 9 | 5F | 4B | 3F |
| Octal | 226 | 350 | 133 | 43 | 0 | 75 | 11 | 137 | 113 | 77 |
| Binary | 10010110 | 11101000 | 1011011 | 100011 | 0 | 111101 | 1001 | 1011111 | 1001011 | 111111 |
Color Harmonies of #96E85B
Complementary color
Monochromatic Colors of #96E85B
Black with #96E85B
Text Example
Text Example
White with #96E85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E85B; }
p { color: rgb(150,232,91); }
H1.HeaderClassName
{
color: #96E85B;
}
.AnyTagClassName
{
color: #96E85B;
}
</style>
background-color css
<style>
a { background-color: #96E85B; }
a { background-color: rgb(150,232,91); }
div.DivClassName
{
background-color: #96E85B;
}
.BgClassName
{
background-color: #96E85B;
}
</style>
border-color css
<style>
span { border-color: #96E85B; }
span { border-color: rgb(150,232,91); }
td.TdClassName
{
border-color: #96E85B;
}
.TagClassName
{
border-color: #96E85B;
}
</style>