Shades of Yellow Green #98D228
Tints of Yellow Green #98D228
RGB
CMYK
RGB Variations
Color information
#98D228 (or 0x98D228) is known color: Yellow Green. HEX triplet: 98, D2 and 28. RGB value is (152,210,40). Sum of RGB (Red+Green+Blue) = 152+210+40=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 210 (82.42% from 255 or 52.24% from 402); Blue value is 40 (16.02% from 255 or 9.95% from 402); Max value from RGB is 210 - color contains mainly: green. Hex color #98D228 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D228 is #672DD7. Grayscale: #ADADAD. Windows color (decimal): -6761944 or 2675352. OLE color: 2675352.
HSL color Cylindrical-coordinate representation of color #98D228: hue angle of 80.47º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #98D228 is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 210 | 40 | - |
| CMYK | 0.28 | 0 | 0.81 | 0.18 |
| HSL | 80.47º | 0.68% | 0.49% | - |
| HSV(B) | 80.47º | 0.81% | 0.82% | - |
| XYZ | 36.38 | 52.92 | 10.31 | - |
| YUV | 173.28 | 52.78 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 210 | 40 | 0.28 | 0 | 0.81 | 0.18 | 80.47 | 0.68 | 0.49 |
| Hex | 98 | D2 | 28 | 1C | 0 | 51 | 12 | 50 | 44 | 31 |
| Octal | 230 | 322 | 50 | 34 | 0 | 121 | 22 | 120 | 104 | 61 |
| Binary | 10011000 | 11010010 | 101000 | 11100 | 0 | 1010001 | 10010 | 1010000 | 1000100 | 110001 |
Color Harmonies of #98D228
Complementary color
Monochromatic Colors of #98D228
Black with #98D228
Text Example
Text Example
White with #98D228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D228; }
p { color: rgb(152,210,40); }
H1.HeaderClassName
{
color: #98D228;
}
.AnyTagClassName
{
color: #98D228;
}
</style>
background-color css
<style>
a { background-color: #98D228; }
a { background-color: rgb(152,210,40); }
div.DivClassName
{
background-color: #98D228;
}
.BgClassName
{
background-color: #98D228;
}
</style>
border-color css
<style>
span { border-color: #98D228; }
span { border-color: rgb(152,210,40); }
td.TdClassName
{
border-color: #98D228;
}
.TagClassName
{
border-color: #98D228;
}
</style>