Shades of Conifer #96F759
Tints of Conifer #96F759
RGB
CMYK
RGB Variations
Color information
#96F759 (or 0x96F759) is known color: Conifer. HEX triplet: 96, F7 and 59. RGB value is (150,247,89). Sum of RGB (Red+Green+Blue) = 150+247+89=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 247 (96.88% from 255 or 50.82% from 486); Blue value is 89 (35.16% from 255 or 18.31% from 486); Max value from RGB is 247 - color contains mainly: green. Hex color #96F759 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F759 is #6908A6. Grayscale: #C8C8C8. Windows color (decimal): -6883495 or 5896086. OLE color: 5896086.
HSL color Cylindrical-coordinate representation of color #96F759: hue angle of 96.84º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96F759 is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 247 | 89 | - |
| CMYK | 0.39 | 0 | 0.64 | 0.03 |
| HSL | 96.84º | 0.91% | 0.66% | - |
| HSV(B) | 96.84º | 0.64% | 0.97% | - |
| XYZ | 47.64 | 73.73 | 21.17 | - |
| YUV | 199.99 | 65.36 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 247 | 89 | 0.39 | 0 | 0.64 | 0.03 | 96.84 | 0.91 | 0.66 |
| Hex | 96 | F7 | 59 | 27 | 0 | 40 | 3 | 61 | 5B | 42 |
| Octal | 226 | 367 | 131 | 47 | 0 | 100 | 3 | 141 | 133 | 102 |
| Binary | 10010110 | 11110111 | 1011001 | 100111 | 0 | 1000000 | 11 | 1100001 | 1011011 | 1000010 |
Color Harmonies of #96F759
Complementary color
Monochromatic Colors of #96F759
Black with #96F759
Text Example
Text Example
White with #96F759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F759; }
p { color: rgb(150,247,89); }
H1.HeaderClassName
{
color: #96F759;
}
.AnyTagClassName
{
color: #96F759;
}
</style>
background-color css
<style>
a { background-color: #96F759; }
a { background-color: rgb(150,247,89); }
div.DivClassName
{
background-color: #96F759;
}
.BgClassName
{
background-color: #96F759;
}
</style>
border-color css
<style>
span { border-color: #96F759; }
span { border-color: rgb(150,247,89); }
td.TdClassName
{
border-color: #96F759;
}
.TagClassName
{
border-color: #96F759;
}
</style>