Shades of Yellow Green #98C520
Tints of Yellow Green #98C520
RGB
CMYK
RGB Variations
Color information
#98C520 (or 0x98C520) is known color: Yellow Green. HEX triplet: 98, C5 and 20. RGB value is (152,197,32). Sum of RGB (Red+Green+Blue) = 152+197+32=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 197 (77.34% from 255 or 51.71% from 381); Blue value is 32 (12.89% from 255 or 8.40% from 381); Max value from RGB is 197 - color contains mainly: green. Hex color #98C520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C520 is #673ADF. Grayscale: #A5A5A5. Windows color (decimal): -6765280 or 2147736. OLE color: 2147736.
HSL color Cylindrical-coordinate representation of color #98C520: hue angle of 76.36º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #98C520 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 197 | 32 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.23 |
| HSL | 76.36º | 0.72% | 0.45% | - |
| HSV(B) | 76.36º | 0.84% | 0.77% | - |
| XYZ | 33.18 | 46.71 | 8.63 | - |
| YUV | 164.74 | 53.09 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 32 | 0.23 | 0 | 0.84 | 0.23 | 76.36 | 0.72 | 0.45 |
| Hex | 98 | C5 | 20 | 17 | 0 | 54 | 17 | 4C | 48 | 2D |
| Octal | 230 | 305 | 40 | 27 | 0 | 124 | 27 | 114 | 110 | 55 |
| Binary | 10011000 | 11000101 | 100000 | 10111 | 0 | 1010100 | 10111 | 1001100 | 1001000 | 101101 |
Color Harmonies of #98C520
Complementary color
Monochromatic Colors of #98C520
Black with #98C520
Text Example
Text Example
White with #98C520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C520; }
p { color: rgb(152,197,32); }
H1.HeaderClassName
{
color: #98C520;
}
.AnyTagClassName
{
color: #98C520;
}
</style>
background-color css
<style>
a { background-color: #98C520; }
a { background-color: rgb(152,197,32); }
div.DivClassName
{
background-color: #98C520;
}
.BgClassName
{
background-color: #98C520;
}
</style>
border-color css
<style>
span { border-color: #98C520; }
span { border-color: rgb(152,197,32); }
td.TdClassName
{
border-color: #98C520;
}
.TagClassName
{
border-color: #98C520;
}
</style>