Shades of Yellow Green #98D620
Tints of Yellow Green #98D620
RGB
CMYK
RGB Variations
Color information
#98D620 (or 0x98D620) is known color: Yellow Green. HEX triplet: 98, D6 and 20. RGB value is (152,214,32). Sum of RGB (Red+Green+Blue) = 152+214+32=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #98D620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D620 is #6729DF. Grayscale: #AFAFAF. Windows color (decimal): -6760928 or 2152088. OLE color: 2152088.
HSL color Cylindrical-coordinate representation of color #98D620: hue angle of 80.44º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #98D620 is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 214 | 32 | - |
| CMYK | 0.29 | 0 | 0.85 | 0.16 |
| HSL | 80.44º | 0.74% | 0.48% | - |
| HSV(B) | 80.44º | 0.85% | 0.84% | - |
| XYZ | 37.26 | 54.87 | 9.99 | - |
| YUV | 174.71 | 47.46 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 214 | 32 | 0.29 | 0 | 0.85 | 0.16 | 80.44 | 0.74 | 0.48 |
| Hex | 98 | D6 | 20 | 1D | 0 | 55 | 10 | 50 | 4A | 30 |
| Octal | 230 | 326 | 40 | 35 | 0 | 125 | 20 | 120 | 112 | 60 |
| Binary | 10011000 | 11010110 | 100000 | 11101 | 0 | 1010101 | 10000 | 1010000 | 1001010 | 110000 |
Color Harmonies of #98D620
Complementary color
Monochromatic Colors of #98D620
Black with #98D620
Text Example
Text Example
White with #98D620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D620; }
p { color: rgb(152,214,32); }
H1.HeaderClassName
{
color: #98D620;
}
.AnyTagClassName
{
color: #98D620;
}
</style>
background-color css
<style>
a { background-color: #98D620; }
a { background-color: rgb(152,214,32); }
div.DivClassName
{
background-color: #98D620;
}
.BgClassName
{
background-color: #98D620;
}
</style>
border-color css
<style>
span { border-color: #98D620; }
span { border-color: rgb(152,214,32); }
td.TdClassName
{
border-color: #98D620;
}
.TagClassName
{
border-color: #98D620;
}
</style>