Shades of Conifer #96E558
Tints of Conifer #96E558
RGB
CMYK
RGB Variations
Color information
#96E558 (or 0x96E558) is known color: Conifer. HEX triplet: 96, E5 and 58. RGB value is (150,229,88). Sum of RGB (Red+Green+Blue) = 150+229+88=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 229 (89.84% from 255 or 49.04% from 467); Blue value is 88 (34.77% from 255 or 18.84% from 467); Max value from RGB is 229 - color contains mainly: green. Hex color #96E558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E558 is #691AA7. Grayscale: #BDBDBD. Windows color (decimal): -6888104 or 5825942. OLE color: 5825942.
HSL color Cylindrical-coordinate representation of color #96E558: hue angle of 93.62º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96E558 is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 229 | 88 | - |
| CMYK | 0.34 | 0 | 0.62 | 0.10 |
| HSL | 93.62º | 0.73% | 0.62% | - |
| HSV(B) | 93.62º | 0.62% | 0.9% | - |
| XYZ | 42.36 | 63.23 | 19.2 | - |
| YUV | 189.31 | 70.83 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 229 | 88 | 0.34 | 0 | 0.62 | 0.10 | 93.62 | 0.73 | 0.62 |
| Hex | 96 | E5 | 58 | 22 | 0 | 3E | A | 5E | 49 | 3E |
| Octal | 226 | 345 | 130 | 42 | 0 | 76 | 12 | 136 | 111 | 76 |
| Binary | 10010110 | 11100101 | 1011000 | 100010 | 0 | 111110 | 1010 | 1011110 | 1001001 | 111110 |
Color Harmonies of #96E558
Complementary color
Monochromatic Colors of #96E558
Black with #96E558
Text Example
Text Example
White with #96E558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E558; }
p { color: rgb(150,229,88); }
H1.HeaderClassName
{
color: #96E558;
}
.AnyTagClassName
{
color: #96E558;
}
</style>
background-color css
<style>
a { background-color: #96E558; }
a { background-color: rgb(150,229,88); }
div.DivClassName
{
background-color: #96E558;
}
.BgClassName
{
background-color: #96E558;
}
</style>
border-color css
<style>
span { border-color: #96E558; }
span { border-color: rgb(150,229,88); }
td.TdClassName
{
border-color: #96E558;
}
.TagClassName
{
border-color: #96E558;
}
</style>