Html Css Color HEX #99DB91 Granny Smith Apple
📋 copy color: '#99DB91'red 153 ◦ green 219 ◦ blue 145
Shades of Granny Smith Apple #99DB91
Tints of Granny Smith Apple #99DB91
RGB
CMYK
RGB Variations
Color information
#99DB91 (or 0x99DB91) is known color: Granny Smith Apple. HEX triplet: 99, DB and 91. RGB value is (153,219,145). Sum of RGB (Red+Green+Blue) = 153+219+145=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 145 (57.03% from 255 or 28.05% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DB91 is #66246E. Grayscale: #BFBFBF. Windows color (decimal): -6693999 or 9558937. OLE color: 9558937.
HSL color Cylindrical-coordinate representation of color #99DB91: hue angle of 113.51º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99DB91 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 219 | 145 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.14 |
| HSL | 113.51º | 0.51% | 0.71% | - |
| HSV(B) | 113.51º | 0.34% | 0.86% | - |
| XYZ | 43.58 | 59.48 | 35.97 | - |
| YUV | 190.83 | 102.13 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 219 | 145 | 0.30 | 0 | 0.34 | 0.14 | 113.51 | 0.51 | 0.71 |
| Hex | 99 | DB | 91 | 1E | 0 | 22 | E | 72 | 33 | 47 |
| Octal | 231 | 333 | 221 | 36 | 0 | 42 | 16 | 162 | 63 | 107 |
| Binary | 10011001 | 11011011 | 10010001 | 11110 | 0 | 100010 | 1110 | 1110010 | 110011 | 1000111 |
Color Harmonies of #99DB91
Complementary color
Monochromatic Colors of #99DB91
Black with #99DB91
Text Example
Text Example
White with #99DB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DB91; }
p { color: rgb(153,219,145); }
H1.HeaderClassName
{
color: #99DB91;
}
.AnyTagClassName
{
color: #99DB91;
}
</style>
background-color css
<style>
a { background-color: #99DB91; }
a { background-color: rgb(153,219,145); }
div.DivClassName
{
background-color: #99DB91;
}
.BgClassName
{
background-color: #99DB91;
}
</style>
border-color css
<style>
span { border-color: #99DB91; }
span { border-color: rgb(153,219,145); }
td.TdClassName
{
border-color: #99DB91;
}
.TagClassName
{
border-color: #99DB91;
}
</style>