Shades of Conifer #96F560
Tints of Conifer #96F560
RGB
CMYK
RGB Variations
Color information
#96F560 (or 0x96F560) is known color: Conifer. HEX triplet: 96, F5 and 60. RGB value is (150,245,96). Sum of RGB (Red+Green+Blue) = 150+245+96=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 245 (96.09% from 255 or 49.90% from 491); Blue value is 96 (37.89% from 255 or 19.55% from 491); Max value from RGB is 245 - color contains mainly: green. Hex color #96F560 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F560 is #690A9F. Grayscale: #C8C8C8. Windows color (decimal): -6884000 or 6354326. OLE color: 6354326.
HSL color Cylindrical-coordinate representation of color #96F560: hue angle of 98.26º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96F560 is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 150 | 245 | 96 | - |
| CMYK | 0.39 | 0 | 0.61 | 0.04 |
| HSL | 98.26º | 0.88% | 0.67% | - |
| HSV(B) | 98.26º | 0.61% | 0.96% | - |
| XYZ | 47.34 | 72.63 | 22.59 | - |
| YUV | 199.61 | 69.53 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 245 | 96 | 0.39 | 0 | 0.61 | 0.04 | 98.26 | 0.88 | 0.67 |
| Hex | 96 | F5 | 60 | 27 | 0 | 3D | 4 | 62 | 58 | 43 |
| Octal | 226 | 365 | 140 | 47 | 0 | 75 | 4 | 142 | 130 | 103 |
| Binary | 10010110 | 11110101 | 1100000 | 100111 | 0 | 111101 | 100 | 1100010 | 1011000 | 1000011 |
Color Harmonies of #96F560
Complementary color
Monochromatic Colors of #96F560
Black with #96F560
Text Example
Text Example
White with #96F560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F560; }
p { color: rgb(150,245,96); }
H1.HeaderClassName
{
color: #96F560;
}
.AnyTagClassName
{
color: #96F560;
}
</style>
background-color css
<style>
a { background-color: #96F560; }
a { background-color: rgb(150,245,96); }
div.DivClassName
{
background-color: #96F560;
}
.BgClassName
{
background-color: #96F560;
}
</style>
border-color css
<style>
span { border-color: #96F560; }
span { border-color: rgb(150,245,96); }
td.TdClassName
{
border-color: #96F560;
}
.TagClassName
{
border-color: #96F560;
}
</style>