Html Css Color HEX #96D597 Granny Smith Apple
📋 copy color: '#96D597'red 150 ◦ green 213 ◦ blue 151
Shades of Granny Smith Apple #96D597
Tints of Granny Smith Apple #96D597
RGB
CMYK
RGB Variations
Color information
#96D597 (or 0x96D597) is known color: Granny Smith Apple. HEX triplet: 96, D5 and 97. RGB value is (150,213,151). Sum of RGB (Red+Green+Blue) = 150+213+151=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 213 (83.59% from 255 or 41.44% from 514); Blue value is 151 (59.38% from 255 or 29.38% from 514); Max value from RGB is 213 - color contains mainly: green. Hex color #96D597 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D597 is #692A68. Grayscale: #BBBBBB. Windows color (decimal): -6892137 or 9950614. OLE color: 9950614.
HSL color Cylindrical-coordinate representation of color #96D597: hue angle of 120.95º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D597 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 213 | 151 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.16 |
| HSL | 120.95º | 0.43% | 0.71% | - |
| HSV(B) | 120.95º | 0.3% | 0.84% | - |
| XYZ | 41.96 | 56.31 | 37.94 | - |
| YUV | 187.1 | 107.63 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 213 | 151 | 0.30 | 0 | 0.29 | 0.16 | 120.95 | 0.43 | 0.71 |
| Hex | 96 | D5 | 97 | 1E | 0 | 1D | 10 | 79 | 2B | 47 |
| Octal | 226 | 325 | 227 | 36 | 0 | 35 | 20 | 171 | 53 | 107 |
| Binary | 10010110 | 11010101 | 10010111 | 11110 | 0 | 11101 | 10000 | 1111001 | 101011 | 1000111 |
Color Harmonies of #96D597
Complementary color
Monochromatic Colors of #96D597
Black with #96D597
Text Example
Text Example
White with #96D597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D597; }
p { color: rgb(150,213,151); }
H1.HeaderClassName
{
color: #96D597;
}
.AnyTagClassName
{
color: #96D597;
}
</style>
background-color css
<style>
a { background-color: #96D597; }
a { background-color: rgb(150,213,151); }
div.DivClassName
{
background-color: #96D597;
}
.BgClassName
{
background-color: #96D597;
}
</style>
border-color css
<style>
span { border-color: #96D597; }
span { border-color: rgb(150,213,151); }
td.TdClassName
{
border-color: #96D597;
}
.TagClassName
{
border-color: #96D597;
}
</style>