Shades of Yellow Green #98C031
Tints of Yellow Green #98C031
RGB
CMYK
RGB Variations
Color information
#98C031 (or 0x98C031) is known color: Yellow Green. HEX triplet: 98, C0 and 31. RGB value is (152,192,49). Sum of RGB (Red+Green+Blue) = 152+192+49=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 49 (19.53% from 255 or 12.47% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #98C031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C031 is #673FCE. Grayscale: #A4A4A4. Windows color (decimal): -6766543 or 3260568. OLE color: 3260568.
HSL color Cylindrical-coordinate representation of color #98C031: hue angle of 76.78º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #98C031 is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 192 | 49 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.25 |
| HSL | 76.78º | 0.59% | 0.47% | - |
| HSV(B) | 76.78º | 0.74% | 0.75% | - |
| XYZ | 32.35 | 44.6 | 9.81 | - |
| YUV | 163.74 | 63.25 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 192 | 49 | 0.21 | 0 | 0.74 | 0.25 | 76.78 | 0.59 | 0.47 |
| Hex | 98 | C0 | 31 | 15 | 0 | 4A | 19 | 4D | 3B | 2F |
| Octal | 230 | 300 | 61 | 25 | 0 | 112 | 31 | 115 | 73 | 57 |
| Binary | 10011000 | 11000000 | 110001 | 10101 | 0 | 1001010 | 11001 | 1001101 | 111011 | 101111 |
Color Harmonies of #98C031
Complementary color
Monochromatic Colors of #98C031
Black with #98C031
Text Example
Text Example
White with #98C031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C031; }
p { color: rgb(152,192,49); }
H1.HeaderClassName
{
color: #98C031;
}
.AnyTagClassName
{
color: #98C031;
}
</style>
background-color css
<style>
a { background-color: #98C031; }
a { background-color: rgb(152,192,49); }
div.DivClassName
{
background-color: #98C031;
}
.BgClassName
{
background-color: #98C031;
}
</style>
border-color css
<style>
span { border-color: #98C031; }
span { border-color: rgb(152,192,49); }
td.TdClassName
{
border-color: #98C031;
}
.TagClassName
{
border-color: #98C031;
}
</style>