Html Css Color HEX #96DD91 Granny Smith Apple
📋 copy color: '#96DD91'red 150 ◦ green 221 ◦ blue 145
Shades of Granny Smith Apple #96DD91
Tints of Granny Smith Apple #96DD91
RGB
CMYK
RGB Variations
Color information
#96DD91 (or 0x96DD91) is known color: Granny Smith Apple. HEX triplet: 96, DD and 91. RGB value is (150,221,145). Sum of RGB (Red+Green+Blue) = 150+221+145=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DD91 is #69226E. Grayscale: #BFBFBF. Windows color (decimal): -6890095 or 9559446. OLE color: 9559446.
HSL color Cylindrical-coordinate representation of color #96DD91: hue angle of 116.05º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96DD91 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 221 | 145 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.13 |
| HSL | 116.05º | 0.53% | 0.72% | - |
| HSV(B) | 116.05º | 0.34% | 0.87% | - |
| XYZ | 43.54 | 60.24 | 36.12 | - |
| YUV | 191.11 | 101.98 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 145 | 0.32 | 0 | 0.34 | 0.13 | 116.05 | 0.53 | 0.72 |
| Hex | 96 | DD | 91 | 20 | 0 | 22 | D | 74 | 35 | 48 |
| Octal | 226 | 335 | 221 | 40 | 0 | 42 | 15 | 164 | 65 | 110 |
| Binary | 10010110 | 11011101 | 10010001 | 100000 | 0 | 100010 | 1101 | 1110100 | 110101 | 1001000 |
Color Harmonies of #96DD91
Complementary color
Monochromatic Colors of #96DD91
Black with #96DD91
Text Example
Text Example
White with #96DD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DD91; }
p { color: rgb(150,221,145); }
H1.HeaderClassName
{
color: #96DD91;
}
.AnyTagClassName
{
color: #96DD91;
}
</style>
background-color css
<style>
a { background-color: #96DD91; }
a { background-color: rgb(150,221,145); }
div.DivClassName
{
background-color: #96DD91;
}
.BgClassName
{
background-color: #96DD91;
}
</style>
border-color css
<style>
span { border-color: #96DD91; }
span { border-color: rgb(150,221,145); }
td.TdClassName
{
border-color: #96DD91;
}
.TagClassName
{
border-color: #96DD91;
}
</style>