Html Css Color HEX #99DC99 Granny Smith Apple
📋 copy color: '#99DC99'red 153 ◦ green 220 ◦ blue 153
Shades of Granny Smith Apple #99DC99
Tints of Granny Smith Apple #99DC99
RGB
CMYK
RGB Variations
Color information
#99DC99 (or 0x99DC99) is known color: Granny Smith Apple. HEX triplet: 99, DC and 99. RGB value is (153,220,153). Sum of RGB (Red+Green+Blue) = 153+220+153=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #99DC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DC99 is #662366. Grayscale: #C0C0C0. Windows color (decimal): -6693735 or 10083481. OLE color: 10083481.
HSL color Cylindrical-coordinate representation of color #99DC99: hue angle of 120º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DC99 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 153 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.14 |
| HSL | 120º | 0.49% | 0.73% | - |
| HSV(B) | 120º | 0.3% | 0.86% | - |
| XYZ | 44.48 | 60.26 | 39.42 | - |
| YUV | 192.33 | 105.8 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 153 | 0.30 | 0 | 0.30 | 0.14 | 120 | 0.49 | 0.73 |
| Hex | 99 | DC | 99 | 1E | 0 | 1E | E | 78 | 31 | 49 |
| Octal | 231 | 334 | 231 | 36 | 0 | 36 | 16 | 170 | 61 | 111 |
| Binary | 10011001 | 11011100 | 10011001 | 11110 | 0 | 11110 | 1110 | 1111000 | 110001 | 1001001 |
Color Harmonies of #99DC99
Complementary color
Monochromatic Colors of #99DC99
Black with #99DC99
Text Example
Text Example
White with #99DC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DC99; }
p { color: rgb(153,220,153); }
H1.HeaderClassName
{
color: #99DC99;
}
.AnyTagClassName
{
color: #99DC99;
}
</style>
background-color css
<style>
a { background-color: #99DC99; }
a { background-color: rgb(153,220,153); }
div.DivClassName
{
background-color: #99DC99;
}
.BgClassName
{
background-color: #99DC99;
}
</style>
border-color css
<style>
span { border-color: #99DC99; }
span { border-color: rgb(153,220,153); }
td.TdClassName
{
border-color: #99DC99;
}
.TagClassName
{
border-color: #99DC99;
}
</style>