Shades of Yellow Green #98E424
Tints of Yellow Green #98E424
RGB
CMYK
RGB Variations
Color information
#98E424 (or 0x98E424) is known color: Yellow Green. HEX triplet: 98, E4 and 24. RGB value is (152,228,36). Sum of RGB (Red+Green+Blue) = 152+228+36=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 228 (89.45% from 255 or 54.81% from 416); Blue value is 36 (14.45% from 255 or 8.65% from 416); Max value from RGB is 228 - color contains mainly: green. Hex color #98E424 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98E424 is #671BDB. Grayscale: #B8B8B8. Windows color (decimal): -6757340 or 2417816. OLE color: 2417816.
HSL color Cylindrical-coordinate representation of color #98E424: hue angle of 83.75º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #98E424 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 228 | 36 | - |
| CMYK | 0.33 | 0 | 0.84 | 0.11 |
| HSL | 83.75º | 0.78% | 0.52% | - |
| HSV(B) | 83.75º | 0.84% | 0.89% | - |
| XYZ | 41.01 | 62.29 | 11.53 | - |
| YUV | 183.39 | 44.82 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 228 | 36 | 0.33 | 0 | 0.84 | 0.11 | 83.75 | 0.78 | 0.52 |
| Hex | 98 | E4 | 24 | 21 | 0 | 54 | B | 54 | 4E | 34 |
| Octal | 230 | 344 | 44 | 41 | 0 | 124 | 13 | 124 | 116 | 64 |
| Binary | 10011000 | 11100100 | 100100 | 100001 | 0 | 1010100 | 1011 | 1010100 | 1001110 | 110100 |
Color Harmonies of #98E424
Complementary color
Monochromatic Colors of #98E424
Black with #98E424
Text Example
Text Example
White with #98E424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E424; }
p { color: rgb(152,228,36); }
H1.HeaderClassName
{
color: #98E424;
}
.AnyTagClassName
{
color: #98E424;
}
</style>
background-color css
<style>
a { background-color: #98E424; }
a { background-color: rgb(152,228,36); }
div.DivClassName
{
background-color: #98E424;
}
.BgClassName
{
background-color: #98E424;
}
</style>
border-color css
<style>
span { border-color: #98E424; }
span { border-color: rgb(152,228,36); }
td.TdClassName
{
border-color: #98E424;
}
.TagClassName
{
border-color: #98E424;
}
</style>