Html Css Color HEX #99DD91 Granny Smith Apple
📋 copy color: '#99DD91'red 153 ◦ green 221 ◦ blue 145
Shades of Granny Smith Apple #99DD91
Tints of Granny Smith Apple #99DD91
RGB
CMYK
RGB Variations
Color information
#99DD91 (or 0x99DD91) is known color: Granny Smith Apple. HEX triplet: 99, DD and 91. RGB value is (153,221,145). Sum of RGB (Red+Green+Blue) = 153+221+145=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 145 (57.03% from 255 or 27.94% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #99DD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DD91 is #66226E. Grayscale: #C0C0C0. Windows color (decimal): -6693487 or 9559449. OLE color: 9559449.
HSL color Cylindrical-coordinate representation of color #99DD91: hue angle of 113.68º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99DD91 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 221 | 145 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.13 |
| HSL | 113.68º | 0.53% | 0.72% | - |
| HSV(B) | 113.68º | 0.34% | 0.87% | - |
| XYZ | 44.1 | 60.53 | 36.15 | - |
| YUV | 192 | 101.47 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 221 | 145 | 0.31 | 0 | 0.34 | 0.13 | 113.68 | 0.53 | 0.72 |
| Hex | 99 | DD | 91 | 1F | 0 | 22 | D | 72 | 35 | 48 |
| Octal | 231 | 335 | 221 | 37 | 0 | 42 | 15 | 162 | 65 | 110 |
| Binary | 10011001 | 11011101 | 10010001 | 11111 | 0 | 100010 | 1101 | 1110010 | 110101 | 1001000 |
Color Harmonies of #99DD91
Complementary color
Monochromatic Colors of #99DD91
Black with #99DD91
Text Example
Text Example
White with #99DD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DD91; }
p { color: rgb(153,221,145); }
H1.HeaderClassName
{
color: #99DD91;
}
.AnyTagClassName
{
color: #99DD91;
}
</style>
background-color css
<style>
a { background-color: #99DD91; }
a { background-color: rgb(153,221,145); }
div.DivClassName
{
background-color: #99DD91;
}
.BgClassName
{
background-color: #99DD91;
}
</style>
border-color css
<style>
span { border-color: #99DD91; }
span { border-color: rgb(153,221,145); }
td.TdClassName
{
border-color: #99DD91;
}
.TagClassName
{
border-color: #99DD91;
}
</style>