Html Css Color HEX #99D295 Granny Smith Apple
📋 copy color: '#99D295'red 153 ◦ green 210 ◦ blue 149
Shades of Granny Smith Apple #99D295
Tints of Granny Smith Apple #99D295
RGB
CMYK
RGB Variations
Color information
#99D295 (or 0x99D295) is known color: Granny Smith Apple. HEX triplet: 99, D2 and 95. RGB value is (153,210,149). Sum of RGB (Red+Green+Blue) = 153+210+149=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #99D295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D295 is #662D6A. Grayscale: #BABABA. Windows color (decimal): -6696299 or 9818777. OLE color: 9818777.
HSL color Cylindrical-coordinate representation of color #99D295: hue angle of 116.07º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D295 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 210 | 149 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.18 |
| HSL | 116.07º | 0.4% | 0.7% | - |
| HSV(B) | 116.07º | 0.29% | 0.82% | - |
| XYZ | 41.61 | 55.04 | 36.86 | - |
| YUV | 186 | 107.12 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 210 | 149 | 0.27 | 0 | 0.29 | 0.18 | 116.07 | 0.4 | 0.7 |
| Hex | 99 | D2 | 95 | 1B | 0 | 1D | 12 | 74 | 28 | 46 |
| Octal | 231 | 322 | 225 | 33 | 0 | 35 | 22 | 164 | 50 | 106 |
| Binary | 10011001 | 11010010 | 10010101 | 11011 | 0 | 11101 | 10010 | 1110100 | 101000 | 1000110 |
Color Harmonies of #99D295
Complementary color
Monochromatic Colors of #99D295
Black with #99D295
Text Example
Text Example
White with #99D295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D295; }
p { color: rgb(153,210,149); }
H1.HeaderClassName
{
color: #99D295;
}
.AnyTagClassName
{
color: #99D295;
}
</style>
background-color css
<style>
a { background-color: #99D295; }
a { background-color: rgb(153,210,149); }
div.DivClassName
{
background-color: #99D295;
}
.BgClassName
{
background-color: #99D295;
}
</style>
border-color css
<style>
span { border-color: #99D295; }
span { border-color: rgb(153,210,149); }
td.TdClassName
{
border-color: #99D295;
}
.TagClassName
{
border-color: #99D295;
}
</style>