Html Css Color HEX #96DD8F Granny Smith Apple
📋 copy color: '#96DD8F'red 150 ◦ green 221 ◦ blue 143
Shades of Granny Smith Apple #96DD8F
Tints of Granny Smith Apple #96DD8F
RGB
CMYK
RGB Variations
Color information
#96DD8F (or 0x96DD8F) is known color: Granny Smith Apple. HEX triplet: 96, DD and 8F. RGB value is (150,221,143). Sum of RGB (Red+Green+Blue) = 150+221+143=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DD8F is #692270. Grayscale: #BFBFBF. Windows color (decimal): -6890097 or 9428374. OLE color: 9428374.
HSL color Cylindrical-coordinate representation of color #96DD8F: hue angle of 114.62º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96DD8F is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 221 | 143 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.13 |
| HSL | 114.62º | 0.53% | 0.71% | - |
| HSV(B) | 114.62º | 0.35% | 0.87% | - |
| XYZ | 43.39 | 60.18 | 35.32 | - |
| YUV | 190.88 | 100.98 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 143 | 0.32 | 0 | 0.35 | 0.13 | 114.62 | 0.53 | 0.71 |
| Hex | 96 | DD | 8F | 20 | 0 | 23 | D | 73 | 35 | 47 |
| Octal | 226 | 335 | 217 | 40 | 0 | 43 | 15 | 163 | 65 | 107 |
| Binary | 10010110 | 11011101 | 10001111 | 100000 | 0 | 100011 | 1101 | 1110011 | 110101 | 1000111 |
Color Harmonies of #96DD8F
Complementary color
Monochromatic Colors of #96DD8F
Black with #96DD8F
Text Example
Text Example
White with #96DD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DD8F; }
p { color: rgb(150,221,143); }
H1.HeaderClassName
{
color: #96DD8F;
}
.AnyTagClassName
{
color: #96DD8F;
}
</style>
background-color css
<style>
a { background-color: #96DD8F; }
a { background-color: rgb(150,221,143); }
div.DivClassName
{
background-color: #96DD8F;
}
.BgClassName
{
background-color: #96DD8F;
}
</style>
border-color css
<style>
span { border-color: #96DD8F; }
span { border-color: rgb(150,221,143); }
td.TdClassName
{
border-color: #96DD8F;
}
.TagClassName
{
border-color: #96DD8F;
}
</style>