Shades of Yellow Green #98E028
Tints of Yellow Green #98E028
RGB
CMYK
RGB Variations
Color information
#98E028 (or 0x98E028) is known color: Yellow Green. HEX triplet: 98, E0 and 28. RGB value is (152,224,40). Sum of RGB (Red+Green+Blue) = 152+224+40=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 224 (87.89% from 255 or 53.85% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 224 - color contains mainly: green. Hex color #98E028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98E028 is #671FD7. Grayscale: #B6B6B6. Windows color (decimal): -6758360 or 2678936. OLE color: 2678936.
HSL color Cylindrical-coordinate representation of color #98E028: hue angle of 83.48º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98E028 is Cyan = 0.32, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 224 | 40 | - |
| CMYK | 0.32 | 0 | 0.82 | 0.12 |
| HSL | 83.48º | 0.75% | 0.52% | - |
| HSV(B) | 83.48º | 0.82% | 0.88% | - |
| XYZ | 39.99 | 60.14 | 11.51 | - |
| YUV | 181.5 | 48.15 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 224 | 40 | 0.32 | 0 | 0.82 | 0.12 | 83.48 | 0.75 | 0.52 |
| Hex | 98 | E0 | 28 | 20 | 0 | 52 | C | 53 | 4B | 34 |
| Octal | 230 | 340 | 50 | 40 | 0 | 122 | 14 | 123 | 113 | 64 |
| Binary | 10011000 | 11100000 | 101000 | 100000 | 0 | 1010010 | 1100 | 1010011 | 1001011 | 110100 |
Color Harmonies of #98E028
Complementary color
Monochromatic Colors of #98E028
Black with #98E028
Text Example
Text Example
White with #98E028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E028; }
p { color: rgb(152,224,40); }
H1.HeaderClassName
{
color: #98E028;
}
.AnyTagClassName
{
color: #98E028;
}
</style>
background-color css
<style>
a { background-color: #98E028; }
a { background-color: rgb(152,224,40); }
div.DivClassName
{
background-color: #98E028;
}
.BgClassName
{
background-color: #98E028;
}
</style>
border-color css
<style>
span { border-color: #98E028; }
span { border-color: rgb(152,224,40); }
td.TdClassName
{
border-color: #98E028;
}
.TagClassName
{
border-color: #98E028;
}
</style>