Html Css Color HEX #99D299 Granny Smith Apple
📋 copy color: '#99D299'red 153 ◦ green 210 ◦ blue 153
Shades of Granny Smith Apple #99D299
Tints of Granny Smith Apple #99D299
RGB
CMYK
RGB Variations
Color information
#99D299 (or 0x99D299) is known color: Granny Smith Apple. HEX triplet: 99, D2 and 99. RGB value is (153,210,153). Sum of RGB (Red+Green+Blue) = 153+210+153=516 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.65% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 210 - color contains mainly: green. Hex color #99D299 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D299 is #662D66. Grayscale: #BABABA. Windows color (decimal): -6696295 or 10080921. OLE color: 10080921.
HSL color Cylindrical-coordinate representation of color #99D299: hue angle of 120º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99D299 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 210 | 153 | - |
| CMYK | 0.27 | 0 | 0.27 | 0.18 |
| HSL | 120º | 0.39% | 0.71% | - |
| HSV(B) | 120º | 0.27% | 0.82% | - |
| XYZ | 41.93 | 55.17 | 38.57 | - |
| YUV | 186.46 | 109.12 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 210 | 153 | 0.27 | 0 | 0.27 | 0.18 | 120 | 0.39 | 0.71 |
| Hex | 99 | D2 | 99 | 1B | 0 | 1B | 12 | 78 | 27 | 47 |
| Octal | 231 | 322 | 231 | 33 | 0 | 33 | 22 | 170 | 47 | 107 |
| Binary | 10011001 | 11010010 | 10011001 | 11011 | 0 | 11011 | 10010 | 1111000 | 100111 | 1000111 |
Color Harmonies of #99D299
Complementary color
Monochromatic Colors of #99D299
Black with #99D299
Text Example
Text Example
White with #99D299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D299; }
p { color: rgb(153,210,153); }
H1.HeaderClassName
{
color: #99D299;
}
.AnyTagClassName
{
color: #99D299;
}
</style>
background-color css
<style>
a { background-color: #99D299; }
a { background-color: rgb(153,210,153); }
div.DivClassName
{
background-color: #99D299;
}
.BgClassName
{
background-color: #99D299;
}
</style>
border-color css
<style>
span { border-color: #99D299; }
span { border-color: rgb(153,210,153); }
td.TdClassName
{
border-color: #99D299;
}
.TagClassName
{
border-color: #99D299;
}
</style>