Shades of Conifer #96E955
Tints of Conifer #96E955
RGB
CMYK
RGB Variations
Color information
#96E955 (or 0x96E955) is known color: Conifer. HEX triplet: 96, E9 and 55. RGB value is (150,233,85). Sum of RGB (Red+Green+Blue) = 150+233+85=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 233 (91.41% from 255 or 49.79% from 468); Blue value is 85 (33.59% from 255 or 18.16% from 468); Max value from RGB is 233 - color contains mainly: green. Hex color #96E955 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E955 is #6916AA. Grayscale: #BFBFBF. Windows color (decimal): -6887083 or 5630358. OLE color: 5630358.
HSL color Cylindrical-coordinate representation of color #96E955: hue angle of 93.65º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96E955 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 233 | 85 | - |
| CMYK | 0.36 | 0 | 0.64 | 0.09 |
| HSL | 93.65º | 0.77% | 0.62% | - |
| HSV(B) | 93.65º | 0.64% | 0.91% | - |
| XYZ | 43.36 | 65.42 | 18.94 | - |
| YUV | 191.31 | 68 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 233 | 85 | 0.36 | 0 | 0.64 | 0.09 | 93.65 | 0.77 | 0.62 |
| Hex | 96 | E9 | 55 | 24 | 0 | 40 | 9 | 5E | 4D | 3E |
| Octal | 226 | 351 | 125 | 44 | 0 | 100 | 11 | 136 | 115 | 76 |
| Binary | 10010110 | 11101001 | 1010101 | 100100 | 0 | 1000000 | 1001 | 1011110 | 1001101 | 111110 |
Color Harmonies of #96E955
Complementary color
Monochromatic Colors of #96E955
Black with #96E955
Text Example
Text Example
White with #96E955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E955; }
p { color: rgb(150,233,85); }
H1.HeaderClassName
{
color: #96E955;
}
.AnyTagClassName
{
color: #96E955;
}
</style>
background-color css
<style>
a { background-color: #96E955; }
a { background-color: rgb(150,233,85); }
div.DivClassName
{
background-color: #96E955;
}
.BgClassName
{
background-color: #96E955;
}
</style>
border-color css
<style>
span { border-color: #96E955; }
span { border-color: rgb(150,233,85); }
td.TdClassName
{
border-color: #96E955;
}
.TagClassName
{
border-color: #96E955;
}
</style>