Shades of Yellow Green #98C224
Tints of Yellow Green #98C224
RGB
CMYK
RGB Variations
Color information
#98C224 (or 0x98C224) is known color: Yellow Green. HEX triplet: 98, C2 and 24. RGB value is (152,194,36). Sum of RGB (Red+Green+Blue) = 152+194+36=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 36 (14.45% from 255 or 9.42% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #98C224 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C224 is #673DDB. Grayscale: #A4A4A4. Windows color (decimal): -6766044 or 2409112. OLE color: 2409112.
HSL color Cylindrical-coordinate representation of color #98C224: hue angle of 75.95º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #98C224 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 194 | 36 | - |
| CMYK | 0.22 | 0 | 0.81 | 0.24 |
| HSL | 75.95º | 0.69% | 0.45% | - |
| HSV(B) | 75.95º | 0.81% | 0.76% | - |
| XYZ | 32.56 | 45.39 | 8.71 | - |
| YUV | 163.43 | 56.09 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 194 | 36 | 0.22 | 0 | 0.81 | 0.24 | 75.95 | 0.69 | 0.45 |
| Hex | 98 | C2 | 24 | 16 | 0 | 51 | 18 | 4C | 45 | 2D |
| Octal | 230 | 302 | 44 | 26 | 0 | 121 | 30 | 114 | 105 | 55 |
| Binary | 10011000 | 11000010 | 100100 | 10110 | 0 | 1010001 | 11000 | 1001100 | 1000101 | 101101 |
Color Harmonies of #98C224
Complementary color
Monochromatic Colors of #98C224
Black with #98C224
Text Example
Text Example
White with #98C224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C224; }
p { color: rgb(152,194,36); }
H1.HeaderClassName
{
color: #98C224;
}
.AnyTagClassName
{
color: #98C224;
}
</style>
background-color css
<style>
a { background-color: #98C224; }
a { background-color: rgb(152,194,36); }
div.DivClassName
{
background-color: #98C224;
}
.BgClassName
{
background-color: #98C224;
}
</style>
border-color css
<style>
span { border-color: #98C224; }
span { border-color: rgb(152,194,36); }
td.TdClassName
{
border-color: #98C224;
}
.TagClassName
{
border-color: #98C224;
}
</style>