Shades of Conifer #96E758
Tints of Conifer #96E758
RGB
CMYK
RGB Variations
Color information
#96E758 (or 0x96E758) is known color: Conifer. HEX triplet: 96, E7 and 58. RGB value is (150,231,88). Sum of RGB (Red+Green+Blue) = 150+231+88=469 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.98% from 469); Green value is 231 (90.62% from 255 or 49.25% from 469); Blue value is 88 (34.77% from 255 or 18.76% from 469); Max value from RGB is 231 - color contains mainly: green. Hex color #96E758 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E758 is #6918A7. Grayscale: #BEBEBE. Windows color (decimal): -6887592 or 5826454. OLE color: 5826454.
HSL color Cylindrical-coordinate representation of color #96E758: hue angle of 93.99º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96E758 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 231 | 88 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.09 |
| HSL | 93.99º | 0.75% | 0.63% | - |
| HSV(B) | 93.99º | 0.62% | 0.91% | - |
| XYZ | 42.92 | 64.34 | 19.39 | - |
| YUV | 190.48 | 70.16 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 231 | 88 | 0.35 | 0 | 0.62 | 0.09 | 93.99 | 0.75 | 0.63 |
| Hex | 96 | E7 | 58 | 23 | 0 | 3E | 9 | 5E | 4B | 3F |
| Octal | 226 | 347 | 130 | 43 | 0 | 76 | 11 | 136 | 113 | 77 |
| Binary | 10010110 | 11100111 | 1011000 | 100011 | 0 | 111110 | 1001 | 1011110 | 1001011 | 111111 |
Color Harmonies of #96E758
Complementary color
Monochromatic Colors of #96E758
Black with #96E758
Text Example
Text Example
White with #96E758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E758; }
p { color: rgb(150,231,88); }
H1.HeaderClassName
{
color: #96E758;
}
.AnyTagClassName
{
color: #96E758;
}
</style>
background-color css
<style>
a { background-color: #96E758; }
a { background-color: rgb(150,231,88); }
div.DivClassName
{
background-color: #96E758;
}
.BgClassName
{
background-color: #96E758;
}
</style>
border-color css
<style>
span { border-color: #96E758; }
span { border-color: rgb(150,231,88); }
td.TdClassName
{
border-color: #96E758;
}
.TagClassName
{
border-color: #96E758;
}
</style>