Shades of Conifer #96E657
Tints of Conifer #96E657
RGB
CMYK
RGB Variations
Color information
#96E657 (or 0x96E657) is known color: Conifer. HEX triplet: 96, E6 and 57. RGB value is (150,230,87). Sum of RGB (Red+Green+Blue) = 150+230+87=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 230 (90.23% from 255 or 49.25% from 467); Blue value is 87 (34.38% from 255 or 18.63% from 467); Max value from RGB is 230 - color contains mainly: green. Hex color #96E657 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E657 is #6919A8. Grayscale: #BEBEBE. Windows color (decimal): -6887849 or 5760662. OLE color: 5760662.
HSL color Cylindrical-coordinate representation of color #96E657: hue angle of 93.57º degrees, saturation: 0.74, 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 #96E657 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 150 | 230 | 87 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.10 |
| HSL | 93.57º | 0.74% | 0.62% | - |
| HSV(B) | 93.57º | 0.62% | 0.9% | - |
| XYZ | 42.59 | 63.77 | 19.08 | - |
| YUV | 189.78 | 70 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 230 | 87 | 0.35 | 0 | 0.62 | 0.10 | 93.57 | 0.74 | 0.62 |
| Hex | 96 | E6 | 57 | 23 | 0 | 3E | A | 5E | 4A | 3E |
| Octal | 226 | 346 | 127 | 43 | 0 | 76 | 12 | 136 | 112 | 76 |
| Binary | 10010110 | 11100110 | 1010111 | 100011 | 0 | 111110 | 1010 | 1011110 | 1001010 | 111110 |
Color Harmonies of #96E657
Complementary color
Monochromatic Colors of #96E657
Black with #96E657
Text Example
Text Example
White with #96E657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E657; }
p { color: rgb(150,230,87); }
H1.HeaderClassName
{
color: #96E657;
}
.AnyTagClassName
{
color: #96E657;
}
</style>
background-color css
<style>
a { background-color: #96E657; }
a { background-color: rgb(150,230,87); }
div.DivClassName
{
background-color: #96E657;
}
.BgClassName
{
background-color: #96E657;
}
</style>
border-color css
<style>
span { border-color: #96E657; }
span { border-color: rgb(150,230,87); }
td.TdClassName
{
border-color: #96E657;
}
.TagClassName
{
border-color: #96E657;
}
</style>