Html Css Color HEX #99DB92 Granny Smith Apple
📋 copy color: '#99DB92'red 153 ◦ green 219 ◦ blue 146
Shades of Granny Smith Apple #99DB92
Tints of Granny Smith Apple #99DB92
RGB
CMYK
RGB Variations
Color information
#99DB92 (or 0x99DB92) is known color: Granny Smith Apple. HEX triplet: 99, DB and 92. RGB value is (153,219,146). Sum of RGB (Red+Green+Blue) = 153+219+146=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DB92 is #66246D. Grayscale: #BFBFBF. Windows color (decimal): -6693998 or 9624473. OLE color: 9624473.
HSL color Cylindrical-coordinate representation of color #99DB92: hue angle of 114.25º 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 #99DB92 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 146 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.14 |
| HSL | 114.25º | 0.5% | 0.72% | - |
| HSV(B) | 114.25º | 0.33% | 0.86% | - |
| XYZ | 43.66 | 59.51 | 36.38 | - |
| YUV | 190.94 | 102.63 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 146 | 0.30 | 0 | 0.33 | 0.14 | 114.25 | 0.5 | 0.72 |
| Hex | 99 | DB | 92 | 1E | 0 | 21 | E | 72 | 32 | 48 |
| Octal | 231 | 333 | 222 | 36 | 0 | 41 | 16 | 162 | 62 | 110 |
| Binary | 10011001 | 11011011 | 10010010 | 11110 | 0 | 100001 | 1110 | 1110010 | 110010 | 1001000 |
Color Harmonies of #99DB92
Complementary color
Monochromatic Colors of #99DB92
Black with #99DB92
Text Example
Text Example
White with #99DB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DB92; }
p { color: rgb(153,219,146); }
H1.HeaderClassName
{
color: #99DB92;
}
.AnyTagClassName
{
color: #99DB92;
}
</style>
background-color css
<style>
a { background-color: #99DB92; }
a { background-color: rgb(153,219,146); }
div.DivClassName
{
background-color: #99DB92;
}
.BgClassName
{
background-color: #99DB92;
}
</style>
border-color css
<style>
span { border-color: #99DB92; }
span { border-color: rgb(153,219,146); }
td.TdClassName
{
border-color: #99DB92;
}
.TagClassName
{
border-color: #99DB92;
}
</style>