Html Css Color HEX #96DB93 Granny Smith Apple
📋 copy color: '#96DB93'red 150 ◦ green 219 ◦ blue 147
Shades of Granny Smith Apple #96DB93
Tints of Granny Smith Apple #96DB93
RGB
CMYK
RGB Variations
Color information
#96DB93 (or 0x96DB93) is known color: Granny Smith Apple. HEX triplet: 96, DB and 93. RGB value is (150,219,147). Sum of RGB (Red+Green+Blue) = 150+219+147=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DB93 is #69246C. Grayscale: #BEBEBE. Windows color (decimal): -6890605 or 9690006. OLE color: 9690006.
HSL color Cylindrical-coordinate representation of color #96DB93: hue angle of 117.5º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DB93 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 147 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.14 |
| HSL | 117.5º | 0.5% | 0.72% | - |
| HSV(B) | 117.5º | 0.33% | 0.86% | - |
| XYZ | 43.18 | 59.25 | 36.77 | - |
| YUV | 190.16 | 103.64 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 147 | 0.32 | 0 | 0.33 | 0.14 | 117.5 | 0.5 | 0.72 |
| Hex | 96 | DB | 93 | 20 | 0 | 21 | E | 76 | 32 | 48 |
| Octal | 226 | 333 | 223 | 40 | 0 | 41 | 16 | 166 | 62 | 110 |
| Binary | 10010110 | 11011011 | 10010011 | 100000 | 0 | 100001 | 1110 | 1110110 | 110010 | 1001000 |
Color Harmonies of #96DB93
Complementary color
Monochromatic Colors of #96DB93
Black with #96DB93
Text Example
Text Example
White with #96DB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DB93; }
p { color: rgb(150,219,147); }
H1.HeaderClassName
{
color: #96DB93;
}
.AnyTagClassName
{
color: #96DB93;
}
</style>
background-color css
<style>
a { background-color: #96DB93; }
a { background-color: rgb(150,219,147); }
div.DivClassName
{
background-color: #96DB93;
}
.BgClassName
{
background-color: #96DB93;
}
</style>
border-color css
<style>
span { border-color: #96DB93; }
span { border-color: rgb(150,219,147); }
td.TdClassName
{
border-color: #96DB93;
}
.TagClassName
{
border-color: #96DB93;
}
</style>