Shades of Yellow Green #98D82C
Tints of Yellow Green #98D82C
RGB
CMYK
RGB Variations
Color information
#98D82C (or 0x98D82C) is known color: Yellow Green. HEX triplet: 98, D8 and 2C. RGB value is (152,216,44). Sum of RGB (Red+Green+Blue) = 152+216+44=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 216 (84.77% from 255 or 52.43% from 412); Blue value is 44 (17.58% from 255 or 10.68% from 412); Max value from RGB is 216 - color contains mainly: green. Hex color #98D82C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D82C is #6727D3. Grayscale: #B1B1B1. Windows color (decimal): -6760404 or 2939032. OLE color: 2939032.
HSL color Cylindrical-coordinate representation of color #98D82C: hue angle of 82.33º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98D82C is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 216 | 44 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.15 |
| HSL | 82.33º | 0.69% | 0.51% | - |
| HSV(B) | 82.33º | 0.8% | 0.85% | - |
| XYZ | 37.96 | 55.97 | 11.19 | - |
| YUV | 177.26 | 52.8 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 216 | 44 | 0.30 | 0 | 0.80 | 0.15 | 82.33 | 0.69 | 0.51 |
| Hex | 98 | D8 | 2C | 1E | 0 | 50 | F | 52 | 45 | 33 |
| Octal | 230 | 330 | 54 | 36 | 0 | 120 | 17 | 122 | 105 | 63 |
| Binary | 10011000 | 11011000 | 101100 | 11110 | 0 | 1010000 | 1111 | 1010010 | 1000101 | 110011 |
Color Harmonies of #98D82C
Complementary color
Monochromatic Colors of #98D82C
Black with #98D82C
Text Example
Text Example
White with #98D82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D82C; }
p { color: rgb(152,216,44); }
H1.HeaderClassName
{
color: #98D82C;
}
.AnyTagClassName
{
color: #98D82C;
}
</style>
background-color css
<style>
a { background-color: #98D82C; }
a { background-color: rgb(152,216,44); }
div.DivClassName
{
background-color: #98D82C;
}
.BgClassName
{
background-color: #98D82C;
}
</style>
border-color css
<style>
span { border-color: #98D82C; }
span { border-color: rgb(152,216,44); }
td.TdClassName
{
border-color: #98D82C;
}
.TagClassName
{
border-color: #98D82C;
}
</style>