Shades of Conifer #96E55B
Tints of Conifer #96E55B
RGB
CMYK
RGB Variations
Color information
#96E55B (or 0x96E55B) is known color: Conifer. HEX triplet: 96, E5 and 5B. RGB value is (150,229,91). Sum of RGB (Red+Green+Blue) = 150+229+91=470 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.91% from 470); Green value is 229 (89.84% from 255 or 48.72% from 470); Blue value is 91 (35.94% from 255 or 19.36% from 470); Max value from RGB is 229 - color contains mainly: green. Hex color #96E55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E55B is #691AA4. Grayscale: #BEBEBE. Windows color (decimal): -6888101 or 6022550. OLE color: 6022550.
HSL color Cylindrical-coordinate representation of color #96E55B: hue angle of 94.35º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96E55B is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 229 | 91 | - |
| CMYK | 0.34 | 0 | 0.60 | 0.10 |
| HSL | 94.35º | 0.73% | 0.63% | - |
| HSV(B) | 94.35º | 0.6% | 0.9% | - |
| XYZ | 42.49 | 63.28 | 19.87 | - |
| YUV | 189.65 | 72.33 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 229 | 91 | 0.34 | 0 | 0.60 | 0.10 | 94.35 | 0.73 | 0.63 |
| Hex | 96 | E5 | 5B | 22 | 0 | 3C | A | 5E | 49 | 3F |
| Octal | 226 | 345 | 133 | 42 | 0 | 74 | 12 | 136 | 111 | 77 |
| Binary | 10010110 | 11100101 | 1011011 | 100010 | 0 | 111100 | 1010 | 1011110 | 1001001 | 111111 |
Color Harmonies of #96E55B
Complementary color
Monochromatic Colors of #96E55B
Black with #96E55B
Text Example
Text Example
White with #96E55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E55B; }
p { color: rgb(150,229,91); }
H1.HeaderClassName
{
color: #96E55B;
}
.AnyTagClassName
{
color: #96E55B;
}
</style>
background-color css
<style>
a { background-color: #96E55B; }
a { background-color: rgb(150,229,91); }
div.DivClassName
{
background-color: #96E55B;
}
.BgClassName
{
background-color: #96E55B;
}
</style>
border-color css
<style>
span { border-color: #96E55B; }
span { border-color: rgb(150,229,91); }
td.TdClassName
{
border-color: #96E55B;
}
.TagClassName
{
border-color: #96E55B;
}
</style>