Html Css Color HEX #99E495 Granny Smith Apple
📋 copy color: '#99E495'red 153 ◦ green 228 ◦ blue 149
Shades of Granny Smith Apple #99E495
Tints of Granny Smith Apple #99E495
RGB
CMYK
RGB Variations
Color information
#99E495 (or 0x99E495) is known color: Granny Smith Apple. HEX triplet: 99, E4 and 95. RGB value is (153,228,149). Sum of RGB (Red+Green+Blue) = 153+228+149=530 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.87% from 530); Green value is 228 (89.45% from 255 or 43.02% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 228 - color contains mainly: green. Hex color #99E495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99E495 is #661B6A. Grayscale: #C4C4C4. Windows color (decimal): -6691691 or 9823385. OLE color: 9823385.
HSL color Cylindrical-coordinate representation of color #99E495: hue angle of 116.96º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99E495 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 228 | 149 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.11 |
| HSL | 116.96º | 0.59% | 0.74% | - |
| HSV(B) | 116.96º | 0.35% | 0.89% | - |
| XYZ | 46.31 | 64.43 | 38.43 | - |
| YUV | 196.57 | 101.15 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 228 | 149 | 0.33 | 0 | 0.35 | 0.11 | 116.96 | 0.59 | 0.74 |
| Hex | 99 | E4 | 95 | 21 | 0 | 23 | B | 75 | 3B | 4A |
| Octal | 231 | 344 | 225 | 41 | 0 | 43 | 13 | 165 | 73 | 112 |
| Binary | 10011001 | 11100100 | 10010101 | 100001 | 0 | 100011 | 1011 | 1110101 | 111011 | 1001010 |
Color Harmonies of #99E495
Complementary color
Monochromatic Colors of #99E495
Black with #99E495
Text Example
Text Example
White with #99E495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E495; }
p { color: rgb(153,228,149); }
H1.HeaderClassName
{
color: #99E495;
}
.AnyTagClassName
{
color: #99E495;
}
</style>
background-color css
<style>
a { background-color: #99E495; }
a { background-color: rgb(153,228,149); }
div.DivClassName
{
background-color: #99E495;
}
.BgClassName
{
background-color: #99E495;
}
</style>
border-color css
<style>
span { border-color: #99E495; }
span { border-color: rgb(153,228,149); }
td.TdClassName
{
border-color: #99E495;
}
.TagClassName
{
border-color: #99E495;
}
</style>