Shades of Yellow Green #98E122
Tints of Yellow Green #98E122
RGB
CMYK
RGB Variations
Color information
#98E122 (or 0x98E122) is known color: Yellow Green. HEX triplet: 98, E1 and 22. RGB value is (152,225,34). Sum of RGB (Red+Green+Blue) = 152+225+34=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 225 (88.28% from 255 or 54.74% from 411); Blue value is 34 (13.67% from 255 or 8.27% from 411); Max value from RGB is 225 - color contains mainly: green. Hex color #98E122 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98E122 is #671EDD. Grayscale: #B6B6B6. Windows color (decimal): -6758110 or 2285976. OLE color: 2285976.
HSL color Cylindrical-coordinate representation of color #98E122: hue angle of 82.93º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #98E122 is Cyan = 0.32, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 225 | 34 | - |
| CMYK | 0.32 | 0 | 0.85 | 0.12 |
| HSL | 82.93º | 0.76% | 0.51% | - |
| HSV(B) | 82.93º | 0.85% | 0.88% | - |
| XYZ | 40.16 | 60.64 | 11.1 | - |
| YUV | 181.4 | 44.82 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 225 | 34 | 0.32 | 0 | 0.85 | 0.12 | 82.93 | 0.76 | 0.51 |
| Hex | 98 | E1 | 22 | 20 | 0 | 55 | C | 53 | 4C | 33 |
| Octal | 230 | 341 | 42 | 40 | 0 | 125 | 14 | 123 | 114 | 63 |
| Binary | 10011000 | 11100001 | 100010 | 100000 | 0 | 1010101 | 1100 | 1010011 | 1001100 | 110011 |
Color Harmonies of #98E122
Complementary color
Monochromatic Colors of #98E122
Black with #98E122
Text Example
Text Example
White with #98E122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E122; }
p { color: rgb(152,225,34); }
H1.HeaderClassName
{
color: #98E122;
}
.AnyTagClassName
{
color: #98E122;
}
</style>
background-color css
<style>
a { background-color: #98E122; }
a { background-color: rgb(152,225,34); }
div.DivClassName
{
background-color: #98E122;
}
.BgClassName
{
background-color: #98E122;
}
</style>
border-color css
<style>
span { border-color: #98E122; }
span { border-color: rgb(152,225,34); }
td.TdClassName
{
border-color: #98E122;
}
.TagClassName
{
border-color: #98E122;
}
</style>