Shades of Yellow Green #98C32E
Tints of Yellow Green #98C32E
RGB
CMYK
RGB Variations
Color information
#98C32E (or 0x98C32E) is known color: Yellow Green. HEX triplet: 98, C3 and 2E. RGB value is (152,195,46). Sum of RGB (Red+Green+Blue) = 152+195+46=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 46 (18.36% from 255 or 11.70% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #98C32E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C32E is #673CD1. Grayscale: #A5A5A5. Windows color (decimal): -6765778 or 3064728. OLE color: 3064728.
HSL color Cylindrical-coordinate representation of color #98C32E: hue angle of 77.32º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #98C32E is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 195 | 46 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.24 |
| HSL | 77.32º | 0.62% | 0.47% | - |
| HSV(B) | 77.32º | 0.76% | 0.76% | - |
| XYZ | 32.96 | 45.9 | 9.71 | - |
| YUV | 165.16 | 60.75 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 195 | 46 | 0.22 | 0 | 0.76 | 0.24 | 77.32 | 0.62 | 0.47 |
| Hex | 98 | C3 | 2E | 16 | 0 | 4C | 18 | 4D | 3E | 2F |
| Octal | 230 | 303 | 56 | 26 | 0 | 114 | 30 | 115 | 76 | 57 |
| Binary | 10011000 | 11000011 | 101110 | 10110 | 0 | 1001100 | 11000 | 1001101 | 111110 | 101111 |
Color Harmonies of #98C32E
Complementary color
Monochromatic Colors of #98C32E
Black with #98C32E
Text Example
Text Example
White with #98C32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C32E; }
p { color: rgb(152,195,46); }
H1.HeaderClassName
{
color: #98C32E;
}
.AnyTagClassName
{
color: #98C32E;
}
</style>
background-color css
<style>
a { background-color: #98C32E; }
a { background-color: rgb(152,195,46); }
div.DivClassName
{
background-color: #98C32E;
}
.BgClassName
{
background-color: #98C32E;
}
</style>
border-color css
<style>
span { border-color: #98C32E; }
span { border-color: rgb(152,195,46); }
td.TdClassName
{
border-color: #98C32E;
}
.TagClassName
{
border-color: #98C32E;
}
</style>