Html Css Color HEX #98E485 Granny Smith Apple
📋 copy color: '#98E485'red 152 ◦ green 228 ◦ blue 133
Shades of Granny Smith Apple #98E485
Tints of Granny Smith Apple #98E485
RGB
CMYK
RGB Variations
Color information
#98E485 (or 0x98E485) is known color: Granny Smith Apple. HEX triplet: 98, E4 and 85. RGB value is (152,228,133). Sum of RGB (Red+Green+Blue) = 152+228+133=513 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.63% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 228 - color contains mainly: green. Hex color #98E485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98E485 is #671B7A. Grayscale: #C2C2C2. Windows color (decimal): -6757243 or 8774808. OLE color: 8774808.
HSL color Cylindrical-coordinate representation of color #98E485: hue angle of 108º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98E485 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 228 | 133 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.11 |
| HSL | 108º | 0.64% | 0.71% | - |
| HSV(B) | 108º | 0.42% | 0.89% | - |
| XYZ | 44.93 | 63.86 | 32.15 | - |
| YUV | 194.45 | 93.32 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 228 | 133 | 0.33 | 0 | 0.42 | 0.11 | 108 | 0.64 | 0.71 |
| Hex | 98 | E4 | 85 | 21 | 0 | 2A | B | 6C | 40 | 47 |
| Octal | 230 | 344 | 205 | 41 | 0 | 52 | 13 | 154 | 100 | 107 |
| Binary | 10011000 | 11100100 | 10000101 | 100001 | 0 | 101010 | 1011 | 1101100 | 1000000 | 1000111 |
Color Harmonies of #98E485
Complementary color
Monochromatic Colors of #98E485
Black with #98E485
Text Example
Text Example
White with #98E485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E485; }
p { color: rgb(152,228,133); }
H1.HeaderClassName
{
color: #98E485;
}
.AnyTagClassName
{
color: #98E485;
}
</style>
background-color css
<style>
a { background-color: #98E485; }
a { background-color: rgb(152,228,133); }
div.DivClassName
{
background-color: #98E485;
}
.BgClassName
{
background-color: #98E485;
}
</style>
border-color css
<style>
span { border-color: #98E485; }
span { border-color: rgb(152,228,133); }
td.TdClassName
{
border-color: #98E485;
}
.TagClassName
{
border-color: #98E485;
}
</style>