Html Css Color HEX #98D598 Granny Smith Apple
📋 copy color: '#98D598'red 152 ◦ green 213 ◦ blue 152
Shades of Granny Smith Apple #98D598
Tints of Granny Smith Apple #98D598
RGB
CMYK
RGB Variations
Color information
#98D598 (or 0x98D598) is known color: Granny Smith Apple. HEX triplet: 98, D5 and 98. RGB value is (152,213,152). Sum of RGB (Red+Green+Blue) = 152+213+152=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 213 - color contains mainly: green. Hex color #98D598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D598 is #672A67. Grayscale: #BBBBBB. Windows color (decimal): -6761064 or 10016152. OLE color: 10016152.
HSL color Cylindrical-coordinate representation of color #98D598: hue angle of 120º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98D598 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 213 | 152 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.16 |
| HSL | 120º | 0.42% | 0.72% | - |
| HSV(B) | 120º | 0.29% | 0.84% | - |
| XYZ | 42.41 | 56.53 | 38.38 | - |
| YUV | 187.81 | 107.79 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 213 | 152 | 0.29 | 0 | 0.29 | 0.16 | 120 | 0.42 | 0.72 |
| Hex | 98 | D5 | 98 | 1D | 0 | 1D | 10 | 78 | 2A | 48 |
| Octal | 230 | 325 | 230 | 35 | 0 | 35 | 20 | 170 | 52 | 110 |
| Binary | 10011000 | 11010101 | 10011000 | 11101 | 0 | 11101 | 10000 | 1111000 | 101010 | 1001000 |
Color Harmonies of #98D598
Complementary color
Monochromatic Colors of #98D598
Black with #98D598
Text Example
Text Example
White with #98D598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D598; }
p { color: rgb(152,213,152); }
H1.HeaderClassName
{
color: #98D598;
}
.AnyTagClassName
{
color: #98D598;
}
</style>
background-color css
<style>
a { background-color: #98D598; }
a { background-color: rgb(152,213,152); }
div.DivClassName
{
background-color: #98D598;
}
.BgClassName
{
background-color: #98D598;
}
</style>
border-color css
<style>
span { border-color: #98D598; }
span { border-color: rgb(152,213,152); }
td.TdClassName
{
border-color: #98D598;
}
.TagClassName
{
border-color: #98D598;
}
</style>