Html Css Color HEX #99D495 Granny Smith Apple
📋 copy color: '#99D495'red 153 ◦ green 212 ◦ blue 149
Shades of Granny Smith Apple #99D495
Tints of Granny Smith Apple #99D495
RGB
CMYK
RGB Variations
Color information
#99D495 (or 0x99D495) is known color: Granny Smith Apple. HEX triplet: 99, D4 and 95. RGB value is (153,212,149). Sum of RGB (Red+Green+Blue) = 153+212+149=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 212 - color contains mainly: green. Hex color #99D495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D495 is #662B6A. Grayscale: #BBBBBB. Windows color (decimal): -6695787 or 9819289. OLE color: 9819289.
HSL color Cylindrical-coordinate representation of color #99D495: hue angle of 116.19º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99D495 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 212 | 149 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.17 |
| HSL | 116.19º | 0.42% | 0.71% | - |
| HSV(B) | 116.19º | 0.3% | 0.83% | - |
| XYZ | 42.11 | 56.03 | 37.03 | - |
| YUV | 187.18 | 106.45 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 212 | 149 | 0.28 | 0 | 0.30 | 0.17 | 116.19 | 0.42 | 0.71 |
| Hex | 99 | D4 | 95 | 1C | 0 | 1E | 11 | 74 | 2A | 47 |
| Octal | 231 | 324 | 225 | 34 | 0 | 36 | 21 | 164 | 52 | 107 |
| Binary | 10011001 | 11010100 | 10010101 | 11100 | 0 | 11110 | 10001 | 1110100 | 101010 | 1000111 |
Color Harmonies of #99D495
Complementary color
Monochromatic Colors of #99D495
Black with #99D495
Text Example
Text Example
White with #99D495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D495; }
p { color: rgb(153,212,149); }
H1.HeaderClassName
{
color: #99D495;
}
.AnyTagClassName
{
color: #99D495;
}
</style>
background-color css
<style>
a { background-color: #99D495; }
a { background-color: rgb(153,212,149); }
div.DivClassName
{
background-color: #99D495;
}
.BgClassName
{
background-color: #99D495;
}
</style>
border-color css
<style>
span { border-color: #99D495; }
span { border-color: rgb(153,212,149); }
td.TdClassName
{
border-color: #99D495;
}
.TagClassName
{
border-color: #99D495;
}
</style>