Shades of Conifer #96EC59
Tints of Conifer #96EC59
RGB
CMYK
RGB Variations
Color information
#96EC59 (or 0x96EC59) is known color: Conifer. HEX triplet: 96, EC and 59. RGB value is (150,236,89). Sum of RGB (Red+Green+Blue) = 150+236+89=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 89 (35.16% from 255 or 18.74% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #96EC59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EC59 is #6913A6. Grayscale: #C2C2C2. Windows color (decimal): -6886311 or 5893270. OLE color: 5893270.
HSL color Cylindrical-coordinate representation of color #96EC59: hue angle of 95.1º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96EC59 is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 236 | 89 | - |
| CMYK | 0.36 | 0 | 0.62 | 0.07 |
| HSL | 95.1º | 0.79% | 0.64% | - |
| HSV(B) | 95.1º | 0.62% | 0.93% | - |
| XYZ | 44.38 | 67.2 | 20.08 | - |
| YUV | 193.53 | 69.01 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 236 | 89 | 0.36 | 0 | 0.62 | 0.07 | 95.1 | 0.79 | 0.64 |
| Hex | 96 | EC | 59 | 24 | 0 | 3E | 7 | 5F | 4F | 40 |
| Octal | 226 | 354 | 131 | 44 | 0 | 76 | 7 | 137 | 117 | 100 |
| Binary | 10010110 | 11101100 | 1011001 | 100100 | 0 | 111110 | 111 | 1011111 | 1001111 | 1000000 |
Color Harmonies of #96EC59
Complementary color
Monochromatic Colors of #96EC59
Black with #96EC59
Text Example
Text Example
White with #96EC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EC59; }
p { color: rgb(150,236,89); }
H1.HeaderClassName
{
color: #96EC59;
}
.AnyTagClassName
{
color: #96EC59;
}
</style>
background-color css
<style>
a { background-color: #96EC59; }
a { background-color: rgb(150,236,89); }
div.DivClassName
{
background-color: #96EC59;
}
.BgClassName
{
background-color: #96EC59;
}
</style>
border-color css
<style>
span { border-color: #96EC59; }
span { border-color: rgb(150,236,89); }
td.TdClassName
{
border-color: #96EC59;
}
.TagClassName
{
border-color: #96EC59;
}
</style>