Shades of Conifer #96E153
Tints of Conifer #96E153
RGB
CMYK
RGB Variations
Color information
#96E153 (or 0x96E153) is known color: Conifer. HEX triplet: 96, E1 and 53. RGB value is (150,225,83). Sum of RGB (Red+Green+Blue) = 150+225+83=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 225 (88.28% from 255 or 49.13% from 458); Blue value is 83 (32.81% from 255 or 18.12% from 458); Max value from RGB is 225 - color contains mainly: green. Hex color #96E153 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E153 is #691EAC. Grayscale: #BABABA. Windows color (decimal): -6889133 or 5497238. OLE color: 5497238.
HSL color Cylindrical-coordinate representation of color #96E153: hue angle of 91.69º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96E153 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 225 | 83 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.12 |
| HSL | 91.69º | 0.7% | 0.6% | - |
| HSV(B) | 91.69º | 0.63% | 0.88% | - |
| XYZ | 41.06 | 60.96 | 17.79 | - |
| YUV | 186.39 | 69.65 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 225 | 83 | 0.33 | 0 | 0.63 | 0.12 | 91.69 | 0.7 | 0.6 |
| Hex | 96 | E1 | 53 | 21 | 0 | 3F | C | 5C | 46 | 3C |
| Octal | 226 | 341 | 123 | 41 | 0 | 77 | 14 | 134 | 106 | 74 |
| Binary | 10010110 | 11100001 | 1010011 | 100001 | 0 | 111111 | 1100 | 1011100 | 1000110 | 111100 |
Color Harmonies of #96E153
Complementary color
Monochromatic Colors of #96E153
Black with #96E153
Text Example
Text Example
White with #96E153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E153; }
p { color: rgb(150,225,83); }
H1.HeaderClassName
{
color: #96E153;
}
.AnyTagClassName
{
color: #96E153;
}
</style>
background-color css
<style>
a { background-color: #96E153; }
a { background-color: rgb(150,225,83); }
div.DivClassName
{
background-color: #96E153;
}
.BgClassName
{
background-color: #96E153;
}
</style>
border-color css
<style>
span { border-color: #96E153; }
span { border-color: rgb(150,225,83); }
td.TdClassName
{
border-color: #96E153;
}
.TagClassName
{
border-color: #96E153;
}
</style>