Html Css Color HEX #99DB96 Granny Smith Apple
📋 copy color: '#99DB96'red 153 ◦ green 219 ◦ blue 150
Shades of Granny Smith Apple #99DB96
Tints of Granny Smith Apple #99DB96
RGB
CMYK
RGB Variations
Color information
#99DB96 (or 0x99DB96) is known color: Granny Smith Apple. HEX triplet: 99, DB and 96. RGB value is (153,219,150). Sum of RGB (Red+Green+Blue) = 153+219+150=522 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.31% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DB96 is #662469. Grayscale: #BFBFBF. Windows color (decimal): -6693994 or 9886617. OLE color: 9886617.
HSL color Cylindrical-coordinate representation of color #99DB96: hue angle of 117.39º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99DB96 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 150 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.14 |
| HSL | 117.39º | 0.49% | 0.72% | - |
| HSV(B) | 117.39º | 0.32% | 0.86% | - |
| XYZ | 43.97 | 59.64 | 38.05 | - |
| YUV | 191.4 | 104.63 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 150 | 0.30 | 0 | 0.32 | 0.14 | 117.39 | 0.49 | 0.72 |
| Hex | 99 | DB | 96 | 1E | 0 | 20 | E | 75 | 31 | 48 |
| Octal | 231 | 333 | 226 | 36 | 0 | 40 | 16 | 165 | 61 | 110 |
| Binary | 10011001 | 11011011 | 10010110 | 11110 | 0 | 100000 | 1110 | 1110101 | 110001 | 1001000 |
Color Harmonies of #99DB96
Complementary color
Monochromatic Colors of #99DB96
Black with #99DB96
Text Example
Text Example
White with #99DB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DB96; }
p { color: rgb(153,219,150); }
H1.HeaderClassName
{
color: #99DB96;
}
.AnyTagClassName
{
color: #99DB96;
}
</style>
background-color css
<style>
a { background-color: #99DB96; }
a { background-color: rgb(153,219,150); }
div.DivClassName
{
background-color: #99DB96;
}
.BgClassName
{
background-color: #99DB96;
}
</style>
border-color css
<style>
span { border-color: #99DB96; }
span { border-color: rgb(153,219,150); }
td.TdClassName
{
border-color: #99DB96;
}
.TagClassName
{
border-color: #99DB96;
}
</style>