Shades of Conifer #96E656
Tints of Conifer #96E656
RGB
CMYK
RGB Variations
Color information
#96E656 (or 0x96E656) is known color: Conifer. HEX triplet: 96, E6 and 56. RGB value is (150,230,86). Sum of RGB (Red+Green+Blue) = 150+230+86=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 230 (90.23% from 255 or 49.36% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 230 - color contains mainly: green. Hex color #96E656 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E656 is #6919A9. Grayscale: #BEBEBE. Windows color (decimal): -6887850 or 5695126. OLE color: 5695126.
HSL color Cylindrical-coordinate representation of color #96E656: hue angle of 93.33º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96E656 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 230 | 86 | - |
| CMYK | 0.35 | 0 | 0.63 | 0.10 |
| HSL | 93.33º | 0.74% | 0.62% | - |
| HSV(B) | 93.33º | 0.63% | 0.9% | - |
| XYZ | 42.55 | 63.75 | 18.87 | - |
| YUV | 189.66 | 69.5 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 230 | 86 | 0.35 | 0 | 0.63 | 0.10 | 93.33 | 0.74 | 0.62 |
| Hex | 96 | E6 | 56 | 23 | 0 | 3F | A | 5D | 4A | 3E |
| Octal | 226 | 346 | 126 | 43 | 0 | 77 | 12 | 135 | 112 | 76 |
| Binary | 10010110 | 11100110 | 1010110 | 100011 | 0 | 111111 | 1010 | 1011101 | 1001010 | 111110 |
Color Harmonies of #96E656
Complementary color
Monochromatic Colors of #96E656
Black with #96E656
Text Example
Text Example
White with #96E656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E656; }
p { color: rgb(150,230,86); }
H1.HeaderClassName
{
color: #96E656;
}
.AnyTagClassName
{
color: #96E656;
}
</style>
background-color css
<style>
a { background-color: #96E656; }
a { background-color: rgb(150,230,86); }
div.DivClassName
{
background-color: #96E656;
}
.BgClassName
{
background-color: #96E656;
}
</style>
border-color css
<style>
span { border-color: #96E656; }
span { border-color: rgb(150,230,86); }
td.TdClassName
{
border-color: #96E656;
}
.TagClassName
{
border-color: #96E656;
}
</style>