Shades of Yellow Green #98E030
Tints of Yellow Green #98E030
RGB
CMYK
RGB Variations
Color information
#98E030 (or 0x98E030) is known color: Yellow Green. HEX triplet: 98, E0 and 30. RGB value is (152,224,48). Sum of RGB (Red+Green+Blue) = 152+224+48=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 224 (87.89% from 255 or 52.83% from 424); Blue value is 48 (19.14% from 255 or 11.32% from 424); Max value from RGB is 224 - color contains mainly: green. Hex color #98E030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98E030 is #671FCF. Grayscale: #B7B7B7. Windows color (decimal): -6758352 or 3203224. OLE color: 3203224.
HSL color Cylindrical-coordinate representation of color #98E030: hue angle of 84.55º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #98E030 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 224 | 48 | - |
| CMYK | 0.32 | 0 | 0.79 | 0.12 |
| HSL | 84.55º | 0.74% | 0.53% | - |
| HSV(B) | 84.55º | 0.79% | 0.88% | - |
| XYZ | 40.14 | 60.2 | 12.3 | - |
| YUV | 182.41 | 52.15 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 224 | 48 | 0.32 | 0 | 0.79 | 0.12 | 84.55 | 0.74 | 0.53 |
| Hex | 98 | E0 | 30 | 20 | 0 | 4F | C | 55 | 4A | 35 |
| Octal | 230 | 340 | 60 | 40 | 0 | 117 | 14 | 125 | 112 | 65 |
| Binary | 10011000 | 11100000 | 110000 | 100000 | 0 | 1001111 | 1100 | 1010101 | 1001010 | 110101 |
Color Harmonies of #98E030
Complementary color
Monochromatic Colors of #98E030
Black with #98E030
Text Example
Text Example
White with #98E030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E030; }
p { color: rgb(152,224,48); }
H1.HeaderClassName
{
color: #98E030;
}
.AnyTagClassName
{
color: #98E030;
}
</style>
background-color css
<style>
a { background-color: #98E030; }
a { background-color: rgb(152,224,48); }
div.DivClassName
{
background-color: #98E030;
}
.BgClassName
{
background-color: #98E030;
}
</style>
border-color css
<style>
span { border-color: #98E030; }
span { border-color: rgb(152,224,48); }
td.TdClassName
{
border-color: #98E030;
}
.TagClassName
{
border-color: #98E030;
}
</style>