Shades of Yellow Green #98E322
Tints of Yellow Green #98E322
RGB
CMYK
RGB Variations
Color information
#98E322 (or 0x98E322) is known color: Yellow Green. HEX triplet: 98, E3 and 22. RGB value is (152,227,34). Sum of RGB (Red+Green+Blue) = 152+227+34=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 227 (89.06% from 255 or 54.96% from 413); Blue value is 34 (13.67% from 255 or 8.23% from 413); Max value from RGB is 227 - color contains mainly: green. Hex color #98E322 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98E322 is #671CDD. Grayscale: #B7B7B7. Windows color (decimal): -6757598 or 2286488. OLE color: 2286488.
HSL color Cylindrical-coordinate representation of color #98E322: hue angle of 83.32º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #98E322 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 227 | 34 | - |
| CMYK | 0.33 | 0 | 0.85 | 0.11 |
| HSL | 83.32º | 0.78% | 0.51% | - |
| HSV(B) | 83.32º | 0.85% | 0.89% | - |
| XYZ | 40.71 | 61.73 | 11.28 | - |
| YUV | 182.57 | 44.15 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 227 | 34 | 0.33 | 0 | 0.85 | 0.11 | 83.32 | 0.78 | 0.51 |
| Hex | 98 | E3 | 22 | 21 | 0 | 55 | B | 53 | 4E | 33 |
| Octal | 230 | 343 | 42 | 41 | 0 | 125 | 13 | 123 | 116 | 63 |
| Binary | 10011000 | 11100011 | 100010 | 100001 | 0 | 1010101 | 1011 | 1010011 | 1001110 | 110011 |
Color Harmonies of #98E322
Complementary color
Monochromatic Colors of #98E322
Black with #98E322
Text Example
Text Example
White with #98E322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E322; }
p { color: rgb(152,227,34); }
H1.HeaderClassName
{
color: #98E322;
}
.AnyTagClassName
{
color: #98E322;
}
</style>
background-color css
<style>
a { background-color: #98E322; }
a { background-color: rgb(152,227,34); }
div.DivClassName
{
background-color: #98E322;
}
.BgClassName
{
background-color: #98E322;
}
</style>
border-color css
<style>
span { border-color: #98E322; }
span { border-color: rgb(152,227,34); }
td.TdClassName
{
border-color: #98E322;
}
.TagClassName
{
border-color: #98E322;
}
</style>