Shades of Yellow Green #98C824
Tints of Yellow Green #98C824
RGB
CMYK
RGB Variations
Color information
#98C824 (or 0x98C824) is known color: Yellow Green. HEX triplet: 98, C8 and 24. RGB value is (152,200,36). Sum of RGB (Red+Green+Blue) = 152+200+36=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 200 (78.52% from 255 or 51.55% from 388); Blue value is 36 (14.45% from 255 or 9.28% from 388); Max value from RGB is 200 - color contains mainly: green. Hex color #98C824 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C824 is #6737DB. Grayscale: #A7A7A7. Windows color (decimal): -6764508 or 2410648. OLE color: 2410648.
HSL color Cylindrical-coordinate representation of color #98C824: hue angle of 77.56º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98C824 is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 200 | 36 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.22 |
| HSL | 77.56º | 0.69% | 0.46% | - |
| HSV(B) | 77.56º | 0.82% | 0.78% | - |
| XYZ | 33.92 | 48.11 | 9.17 | - |
| YUV | 166.95 | 54.1 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 200 | 36 | 0.24 | 0 | 0.82 | 0.22 | 77.56 | 0.69 | 0.46 |
| Hex | 98 | C8 | 24 | 18 | 0 | 52 | 16 | 4E | 45 | 2E |
| Octal | 230 | 310 | 44 | 30 | 0 | 122 | 26 | 116 | 105 | 56 |
| Binary | 10011000 | 11001000 | 100100 | 11000 | 0 | 1010010 | 10110 | 1001110 | 1000101 | 101110 |
Color Harmonies of #98C824
Complementary color
Monochromatic Colors of #98C824
Black with #98C824
Text Example
Text Example
White with #98C824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C824; }
p { color: rgb(152,200,36); }
H1.HeaderClassName
{
color: #98C824;
}
.AnyTagClassName
{
color: #98C824;
}
</style>
background-color css
<style>
a { background-color: #98C824; }
a { background-color: rgb(152,200,36); }
div.DivClassName
{
background-color: #98C824;
}
.BgClassName
{
background-color: #98C824;
}
</style>
border-color css
<style>
span { border-color: #98C824; }
span { border-color: rgb(152,200,36); }
td.TdClassName
{
border-color: #98C824;
}
.TagClassName
{
border-color: #98C824;
}
</style>