Shades of Conifer #96E155
Tints of Conifer #96E155
RGB
CMYK
RGB Variations
Color information
#96E155 (or 0x96E155) is known color: Conifer. HEX triplet: 96, E1 and 55. RGB value is (150,225,85). Sum of RGB (Red+Green+Blue) = 150+225+85=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 225 (88.28% from 255 or 48.91% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 225 - color contains mainly: green. Hex color #96E155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E155 is #691EAA. Grayscale: #BBBBBB. Windows color (decimal): -6889131 or 5628310. OLE color: 5628310.
HSL color Cylindrical-coordinate representation of color #96E155: hue angle of 92.14º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96E155 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 225 | 85 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.12 |
| HSL | 92.14º | 0.7% | 0.61% | - |
| HSV(B) | 92.14º | 0.62% | 0.88% | - |
| XYZ | 41.14 | 60.99 | 18.2 | - |
| YUV | 186.62 | 70.65 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 225 | 85 | 0.33 | 0 | 0.62 | 0.12 | 92.14 | 0.7 | 0.61 |
| Hex | 96 | E1 | 55 | 21 | 0 | 3E | C | 5C | 46 | 3D |
| Octal | 226 | 341 | 125 | 41 | 0 | 76 | 14 | 134 | 106 | 75 |
| Binary | 10010110 | 11100001 | 1010101 | 100001 | 0 | 111110 | 1100 | 1011100 | 1000110 | 111101 |
Color Harmonies of #96E155
Complementary color
Monochromatic Colors of #96E155
Black with #96E155
Text Example
Text Example
White with #96E155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E155; }
p { color: rgb(150,225,85); }
H1.HeaderClassName
{
color: #96E155;
}
.AnyTagClassName
{
color: #96E155;
}
</style>
background-color css
<style>
a { background-color: #96E155; }
a { background-color: rgb(150,225,85); }
div.DivClassName
{
background-color: #96E155;
}
.BgClassName
{
background-color: #96E155;
}
</style>
border-color css
<style>
span { border-color: #96E155; }
span { border-color: rgb(150,225,85); }
td.TdClassName
{
border-color: #96E155;
}
.TagClassName
{
border-color: #96E155;
}
</style>