Html Css Color HEX #98DD9B Granny Smith Apple
📋 copy color: '#98DD9B'red 152 ◦ green 221 ◦ blue 155
Shades of Granny Smith Apple #98DD9B
Tints of Granny Smith Apple #98DD9B
RGB
CMYK
RGB Variations
Color information
#98DD9B (or 0x98DD9B) is known color: Granny Smith Apple. HEX triplet: 98, DD and 9B. RGB value is (152,221,155). Sum of RGB (Red+Green+Blue) = 152+221+155=528 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.79% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #98DD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DD9B is #672264. Grayscale: #C1C1C1. Windows color (decimal): -6759013 or 10214808. OLE color: 10214808.
HSL color Cylindrical-coordinate representation of color #98DD9B: hue angle of 122.61º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DD9B is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 221 | 155 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.13 |
| HSL | 122.61º | 0.5% | 0.73% | - |
| HSV(B) | 122.61º | 0.31% | 0.87% | - |
| XYZ | 44.72 | 60.75 | 40.38 | - |
| YUV | 192.85 | 106.64 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 221 | 155 | 0.31 | 0 | 0.30 | 0.13 | 122.61 | 0.5 | 0.73 |
| Hex | 98 | DD | 9B | 1F | 0 | 1E | D | 7B | 32 | 49 |
| Octal | 230 | 335 | 233 | 37 | 0 | 36 | 15 | 173 | 62 | 111 |
| Binary | 10011000 | 11011101 | 10011011 | 11111 | 0 | 11110 | 1101 | 1111011 | 110010 | 1001001 |
Color Harmonies of #98DD9B
Complementary color
Monochromatic Colors of #98DD9B
Black with #98DD9B
Text Example
Text Example
White with #98DD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DD9B; }
p { color: rgb(152,221,155); }
H1.HeaderClassName
{
color: #98DD9B;
}
.AnyTagClassName
{
color: #98DD9B;
}
</style>
background-color css
<style>
a { background-color: #98DD9B; }
a { background-color: rgb(152,221,155); }
div.DivClassName
{
background-color: #98DD9B;
}
.BgClassName
{
background-color: #98DD9B;
}
</style>
border-color css
<style>
span { border-color: #98DD9B; }
span { border-color: rgb(152,221,155); }
td.TdClassName
{
border-color: #98DD9B;
}
.TagClassName
{
border-color: #98DD9B;
}
</style>