Shades of Yellow Green #98C231
Tints of Yellow Green #98C231
RGB
CMYK
RGB Variations
Color information
#98C231 (or 0x98C231) is known color: Yellow Green. HEX triplet: 98, C2 and 31. RGB value is (152,194,49). Sum of RGB (Red+Green+Blue) = 152+194+49=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #98C231 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C231 is #673DCE. Grayscale: #A5A5A5. Windows color (decimal): -6766031 or 3261080. OLE color: 3261080.
HSL color Cylindrical-coordinate representation of color #98C231: hue angle of 77.38º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #98C231 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 194 | 49 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.24 |
| HSL | 77.38º | 0.6% | 0.48% | - |
| HSV(B) | 77.38º | 0.75% | 0.76% | - |
| XYZ | 32.8 | 45.48 | 9.96 | - |
| YUV | 164.91 | 62.59 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 194 | 49 | 0.22 | 0 | 0.75 | 0.24 | 77.38 | 0.6 | 0.48 |
| Hex | 98 | C2 | 31 | 16 | 0 | 4B | 18 | 4D | 3C | 30 |
| Octal | 230 | 302 | 61 | 26 | 0 | 113 | 30 | 115 | 74 | 60 |
| Binary | 10011000 | 11000010 | 110001 | 10110 | 0 | 1001011 | 11000 | 1001101 | 111100 | 110000 |
Color Harmonies of #98C231
Complementary color
Monochromatic Colors of #98C231
Black with #98C231
Text Example
Text Example
White with #98C231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C231; }
p { color: rgb(152,194,49); }
H1.HeaderClassName
{
color: #98C231;
}
.AnyTagClassName
{
color: #98C231;
}
</style>
background-color css
<style>
a { background-color: #98C231; }
a { background-color: rgb(152,194,49); }
div.DivClassName
{
background-color: #98C231;
}
.BgClassName
{
background-color: #98C231;
}
</style>
border-color css
<style>
span { border-color: #98C231; }
span { border-color: rgb(152,194,49); }
td.TdClassName
{
border-color: #98C231;
}
.TagClassName
{
border-color: #98C231;
}
</style>