Shades of Conifer #96FB60
Tints of Conifer #96FB60
RGB
CMYK
RGB Variations
Color information
#96FB60 (or 0x96FB60) is known color: Conifer. HEX triplet: 96, FB and 60. RGB value is (150,251,96). Sum of RGB (Red+Green+Blue) = 150+251+96=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 251 (98.44% from 255 or 50.50% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 251 - color contains mainly: green. Hex color #96FB60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FB60 is #69049F. Grayscale: #CBCBCB. Windows color (decimal): -6882464 or 6355862. OLE color: 6355862.
HSL color Cylindrical-coordinate representation of color #96FB60: hue angle of 99.1º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96FB60 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 251 | 96 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.02 |
| HSL | 99.1º | 0.95% | 0.68% | - |
| HSV(B) | 99.1º | 0.62% | 0.98% | - |
| XYZ | 49.19 | 76.32 | 23.21 | - |
| YUV | 203.13 | 67.54 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 251 | 96 | 0.40 | 0 | 0.62 | 0.02 | 99.1 | 0.95 | 0.68 |
| Hex | 96 | FB | 60 | 28 | 0 | 3E | 2 | 63 | 5F | 44 |
| Octal | 226 | 373 | 140 | 50 | 0 | 76 | 2 | 143 | 137 | 104 |
| Binary | 10010110 | 11111011 | 1100000 | 101000 | 0 | 111110 | 10 | 1100011 | 1011111 | 1000100 |
Color Harmonies of #96FB60
Complementary color
Monochromatic Colors of #96FB60
Black with #96FB60
Text Example
Text Example
White with #96FB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FB60; }
p { color: rgb(150,251,96); }
H1.HeaderClassName
{
color: #96FB60;
}
.AnyTagClassName
{
color: #96FB60;
}
</style>
background-color css
<style>
a { background-color: #96FB60; }
a { background-color: rgb(150,251,96); }
div.DivClassName
{
background-color: #96FB60;
}
.BgClassName
{
background-color: #96FB60;
}
</style>
border-color css
<style>
span { border-color: #96FB60; }
span { border-color: rgb(150,251,96); }
td.TdClassName
{
border-color: #96FB60;
}
.TagClassName
{
border-color: #96FB60;
}
</style>