Html Css Color HEX #98DD87 Granny Smith Apple
📋 copy color: '#98DD87'red 152 ◦ green 221 ◦ blue 135
Shades of Granny Smith Apple #98DD87
Tints of Granny Smith Apple #98DD87
RGB
CMYK
RGB Variations
Color information
#98DD87 (or 0x98DD87) is known color: Granny Smith Apple. HEX triplet: 98, DD and 87. RGB value is (152,221,135). Sum of RGB (Red+Green+Blue) = 152+221+135=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #98DD87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DD87 is #672278. Grayscale: #BEBEBE. Windows color (decimal): -6759033 or 8904088. OLE color: 8904088.
HSL color Cylindrical-coordinate representation of color #98DD87: hue angle of 108.14º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98DD87 is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 221 | 135 | - |
| CMYK | 0.31 | 0 | 0.39 | 0.13 |
| HSL | 108.14º | 0.56% | 0.7% | - |
| HSV(B) | 108.14º | 0.39% | 0.87% | - |
| XYZ | 43.18 | 60.14 | 32.25 | - |
| YUV | 190.57 | 96.64 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 221 | 135 | 0.31 | 0 | 0.39 | 0.13 | 108.14 | 0.56 | 0.7 |
| Hex | 98 | DD | 87 | 1F | 0 | 27 | D | 6C | 38 | 46 |
| Octal | 230 | 335 | 207 | 37 | 0 | 47 | 15 | 154 | 70 | 106 |
| Binary | 10011000 | 11011101 | 10000111 | 11111 | 0 | 100111 | 1101 | 1101100 | 111000 | 1000110 |
Color Harmonies of #98DD87
Complementary color
Monochromatic Colors of #98DD87
Black with #98DD87
Text Example
Text Example
White with #98DD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DD87; }
p { color: rgb(152,221,135); }
H1.HeaderClassName
{
color: #98DD87;
}
.AnyTagClassName
{
color: #98DD87;
}
</style>
background-color css
<style>
a { background-color: #98DD87; }
a { background-color: rgb(152,221,135); }
div.DivClassName
{
background-color: #98DD87;
}
.BgClassName
{
background-color: #98DD87;
}
</style>
border-color css
<style>
span { border-color: #98DD87; }
span { border-color: rgb(152,221,135); }
td.TdClassName
{
border-color: #98DD87;
}
.TagClassName
{
border-color: #98DD87;
}
</style>