Html Css Color HEX #99DB88 Granny Smith Apple
📋 copy color: '#99DB88'red 153 ◦ green 219 ◦ blue 136
Shades of Granny Smith Apple #99DB88
Tints of Granny Smith Apple #99DB88
RGB
CMYK
RGB Variations
Color information
#99DB88 (or 0x99DB88) is known color: Granny Smith Apple. HEX triplet: 99, DB and 88. RGB value is (153,219,136). Sum of RGB (Red+Green+Blue) = 153+219+136=508 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.12% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DB88 is #662477. Grayscale: #BEBEBE. Windows color (decimal): -6694008 or 8969113. OLE color: 8969113.
HSL color Cylindrical-coordinate representation of color #99DB88: hue angle of 107.71º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99DB88 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 136 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.14 |
| HSL | 107.71º | 0.54% | 0.7% | - |
| HSV(B) | 107.71º | 0.38% | 0.86% | - |
| XYZ | 42.91 | 59.21 | 32.46 | - |
| YUV | 189.8 | 97.63 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 136 | 0.30 | 0 | 0.38 | 0.14 | 107.71 | 0.54 | 0.7 |
| Hex | 99 | DB | 88 | 1E | 0 | 26 | E | 6C | 36 | 46 |
| Octal | 231 | 333 | 210 | 36 | 0 | 46 | 16 | 154 | 66 | 106 |
| Binary | 10011001 | 11011011 | 10001000 | 11110 | 0 | 100110 | 1110 | 1101100 | 110110 | 1000110 |
Color Harmonies of #99DB88
Complementary color
Monochromatic Colors of #99DB88
Black with #99DB88
Text Example
Text Example
White with #99DB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DB88; }
p { color: rgb(153,219,136); }
H1.HeaderClassName
{
color: #99DB88;
}
.AnyTagClassName
{
color: #99DB88;
}
</style>
background-color css
<style>
a { background-color: #99DB88; }
a { background-color: rgb(153,219,136); }
div.DivClassName
{
background-color: #99DB88;
}
.BgClassName
{
background-color: #99DB88;
}
</style>
border-color css
<style>
span { border-color: #99DB88; }
span { border-color: rgb(153,219,136); }
td.TdClassName
{
border-color: #99DB88;
}
.TagClassName
{
border-color: #99DB88;
}
</style>