Html Css Color HEX #98D398 Granny Smith Apple
📋 copy color: '#98D398'red 152 ◦ green 211 ◦ blue 152
Shades of Granny Smith Apple #98D398
Tints of Granny Smith Apple #98D398
RGB
CMYK
RGB Variations
Color information
#98D398 (or 0x98D398) is known color: Granny Smith Apple. HEX triplet: 98, D3 and 98. RGB value is (152,211,152). Sum of RGB (Red+Green+Blue) = 152+211+152=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 211 (82.81% from 255 or 40.97% from 515); Blue value is 152 (59.77% from 255 or 29.51% from 515); Max value from RGB is 211 - color contains mainly: green. Hex color #98D398 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D398 is #672C67. Grayscale: #BABABA. Windows color (decimal): -6761576 or 10015640. OLE color: 10015640.
HSL color Cylindrical-coordinate representation of color #98D398: hue angle of 120º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98D398 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 211 | 152 | - |
| CMYK | 0.28 | 0 | 0.28 | 0.17 |
| HSL | 120º | 0.4% | 0.71% | - |
| HSV(B) | 120º | 0.28% | 0.83% | - |
| XYZ | 41.91 | 55.53 | 38.22 | - |
| YUV | 186.63 | 108.45 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 211 | 152 | 0.28 | 0 | 0.28 | 0.17 | 120 | 0.4 | 0.71 |
| Hex | 98 | D3 | 98 | 1C | 0 | 1C | 11 | 78 | 28 | 47 |
| Octal | 230 | 323 | 230 | 34 | 0 | 34 | 21 | 170 | 50 | 107 |
| Binary | 10011000 | 11010011 | 10011000 | 11100 | 0 | 11100 | 10001 | 1111000 | 101000 | 1000111 |
Color Harmonies of #98D398
Complementary color
Monochromatic Colors of #98D398
Black with #98D398
Text Example
Text Example
White with #98D398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D398; }
p { color: rgb(152,211,152); }
H1.HeaderClassName
{
color: #98D398;
}
.AnyTagClassName
{
color: #98D398;
}
</style>
background-color css
<style>
a { background-color: #98D398; }
a { background-color: rgb(152,211,152); }
div.DivClassName
{
background-color: #98D398;
}
.BgClassName
{
background-color: #98D398;
}
</style>
border-color css
<style>
span { border-color: #98D398; }
span { border-color: rgb(152,211,152); }
td.TdClassName
{
border-color: #98D398;
}
.TagClassName
{
border-color: #98D398;
}
</style>