Html Css Color HEX #96DD85 Granny Smith Apple
📋 copy color: '#96DD85'red 150 ◦ green 221 ◦ blue 133
Shades of Granny Smith Apple #96DD85
Tints of Granny Smith Apple #96DD85
RGB
CMYK
RGB Variations
Color information
#96DD85 (or 0x96DD85) is known color: Granny Smith Apple. HEX triplet: 96, DD and 85. RGB value is (150,221,133). Sum of RGB (Red+Green+Blue) = 150+221+133=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DD85 is #69227A. Grayscale: #BEBEBE. Windows color (decimal): -6890107 or 8773014. OLE color: 8773014.
HSL color Cylindrical-coordinate representation of color #96DD85: hue angle of 108.41º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96DD85 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 221 | 133 | - |
| CMYK | 0.32 | 0 | 0.40 | 0.13 |
| HSL | 108.41º | 0.56% | 0.69% | - |
| HSV(B) | 108.41º | 0.4% | 0.87% | - |
| XYZ | 42.67 | 59.89 | 31.5 | - |
| YUV | 189.74 | 95.98 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 133 | 0.32 | 0 | 0.40 | 0.13 | 108.41 | 0.56 | 0.69 |
| Hex | 96 | DD | 85 | 20 | 0 | 28 | D | 6C | 38 | 45 |
| Octal | 226 | 335 | 205 | 40 | 0 | 50 | 15 | 154 | 70 | 105 |
| Binary | 10010110 | 11011101 | 10000101 | 100000 | 0 | 101000 | 1101 | 1101100 | 111000 | 1000101 |
Color Harmonies of #96DD85
Complementary color
Monochromatic Colors of #96DD85
Black with #96DD85
Text Example
Text Example
White with #96DD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DD85; }
p { color: rgb(150,221,133); }
H1.HeaderClassName
{
color: #96DD85;
}
.AnyTagClassName
{
color: #96DD85;
}
</style>
background-color css
<style>
a { background-color: #96DD85; }
a { background-color: rgb(150,221,133); }
div.DivClassName
{
background-color: #96DD85;
}
.BgClassName
{
background-color: #96DD85;
}
</style>
border-color css
<style>
span { border-color: #96DD85; }
span { border-color: rgb(150,221,133); }
td.TdClassName
{
border-color: #96DD85;
}
.TagClassName
{
border-color: #96DD85;
}
</style>