Html Css Color HEX #96D599 Granny Smith Apple
📋 copy color: '#96D599'red 150 ◦ green 213 ◦ blue 153
Shades of Granny Smith Apple #96D599
Tints of Granny Smith Apple #96D599
RGB
CMYK
RGB Variations
Color information
#96D599 (or 0x96D599) is known color: Granny Smith Apple. HEX triplet: 96, D5 and 99. RGB value is (150,213,153). Sum of RGB (Red+Green+Blue) = 150+213+153=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 213 - color contains mainly: green. Hex color #96D599 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D599 is #692A66. Grayscale: #BBBBBB. Windows color (decimal): -6892135 or 10081686. OLE color: 10081686.
HSL color Cylindrical-coordinate representation of color #96D599: hue angle of 122.86º 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 #96D599 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 213 | 153 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.16 |
| HSL | 122.86º | 0.43% | 0.71% | - |
| HSV(B) | 122.86º | 0.3% | 0.84% | - |
| XYZ | 42.12 | 56.37 | 38.8 | - |
| YUV | 187.32 | 108.63 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 213 | 153 | 0.30 | 0 | 0.28 | 0.16 | 122.86 | 0.43 | 0.71 |
| Hex | 96 | D5 | 99 | 1E | 0 | 1C | 10 | 7B | 2B | 47 |
| Octal | 226 | 325 | 231 | 36 | 0 | 34 | 20 | 173 | 53 | 107 |
| Binary | 10010110 | 11010101 | 10011001 | 11110 | 0 | 11100 | 10000 | 1111011 | 101011 | 1000111 |
Color Harmonies of #96D599
Complementary color
Monochromatic Colors of #96D599
Black with #96D599
Text Example
Text Example
White with #96D599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D599; }
p { color: rgb(150,213,153); }
H1.HeaderClassName
{
color: #96D599;
}
.AnyTagClassName
{
color: #96D599;
}
</style>
background-color css
<style>
a { background-color: #96D599; }
a { background-color: rgb(150,213,153); }
div.DivClassName
{
background-color: #96D599;
}
.BgClassName
{
background-color: #96D599;
}
</style>
border-color css
<style>
span { border-color: #96D599; }
span { border-color: rgb(150,213,153); }
td.TdClassName
{
border-color: #96D599;
}
.TagClassName
{
border-color: #96D599;
}
</style>