Html Css Color HEX #99D492 Granny Smith Apple
📋 copy color: '#99D492'red 153 ◦ green 212 ◦ blue 146
Shades of Granny Smith Apple #99D492
Tints of Granny Smith Apple #99D492
RGB
CMYK
RGB Variations
Color information
#99D492 (or 0x99D492) is known color: Granny Smith Apple. HEX triplet: 99, D4 and 92. RGB value is (153,212,146). Sum of RGB (Red+Green+Blue) = 153+212+146=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 212 - color contains mainly: green. Hex color #99D492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D492 is #662B6D. Grayscale: #BBBBBB. Windows color (decimal): -6695790 or 9622681. OLE color: 9622681.
HSL color Cylindrical-coordinate representation of color #99D492: hue angle of 113.64º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99D492 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 212 | 146 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.17 |
| HSL | 113.64º | 0.43% | 0.7% | - |
| HSV(B) | 113.64º | 0.31% | 0.83% | - |
| XYZ | 41.87 | 55.93 | 35.78 | - |
| YUV | 186.84 | 104.95 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 212 | 146 | 0.28 | 0 | 0.31 | 0.17 | 113.64 | 0.43 | 0.7 |
| Hex | 99 | D4 | 92 | 1C | 0 | 1F | 11 | 72 | 2B | 46 |
| Octal | 231 | 324 | 222 | 34 | 0 | 37 | 21 | 162 | 53 | 106 |
| Binary | 10011001 | 11010100 | 10010010 | 11100 | 0 | 11111 | 10001 | 1110010 | 101011 | 1000110 |
Color Harmonies of #99D492
Complementary color
Monochromatic Colors of #99D492
Black with #99D492
Text Example
Text Example
White with #99D492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D492; }
p { color: rgb(153,212,146); }
H1.HeaderClassName
{
color: #99D492;
}
.AnyTagClassName
{
color: #99D492;
}
</style>
background-color css
<style>
a { background-color: #99D492; }
a { background-color: rgb(153,212,146); }
div.DivClassName
{
background-color: #99D492;
}
.BgClassName
{
background-color: #99D492;
}
</style>
border-color css
<style>
span { border-color: #99D492; }
span { border-color: rgb(153,212,146); }
td.TdClassName
{
border-color: #99D492;
}
.TagClassName
{
border-color: #99D492;
}
</style>