Shades of Yellow Green #98C32C
Tints of Yellow Green #98C32C
RGB
CMYK
RGB Variations
Color information
#98C32C (or 0x98C32C) is known color: Yellow Green. HEX triplet: 98, C3 and 2C. RGB value is (152,195,44). Sum of RGB (Red+Green+Blue) = 152+195+44=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 195 (76.56% from 255 or 49.87% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 195 - color contains mainly: green. Hex color #98C32C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C32C is #673CD3. Grayscale: #A5A5A5. Windows color (decimal): -6765780 or 2933656. OLE color: 2933656.
HSL color Cylindrical-coordinate representation of color #98C32C: hue angle of 77.09º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #98C32C is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 195 | 44 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.24 |
| HSL | 77.09º | 0.63% | 0.47% | - |
| HSV(B) | 77.09º | 0.77% | 0.76% | - |
| XYZ | 32.92 | 45.89 | 9.51 | - |
| YUV | 164.93 | 59.75 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 195 | 44 | 0.22 | 0 | 0.77 | 0.24 | 77.09 | 0.63 | 0.47 |
| Hex | 98 | C3 | 2C | 16 | 0 | 4D | 18 | 4D | 3F | 2F |
| Octal | 230 | 303 | 54 | 26 | 0 | 115 | 30 | 115 | 77 | 57 |
| Binary | 10011000 | 11000011 | 101100 | 10110 | 0 | 1001101 | 11000 | 1001101 | 111111 | 101111 |
Color Harmonies of #98C32C
Complementary color
Monochromatic Colors of #98C32C
Black with #98C32C
Text Example
Text Example
White with #98C32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C32C; }
p { color: rgb(152,195,44); }
H1.HeaderClassName
{
color: #98C32C;
}
.AnyTagClassName
{
color: #98C32C;
}
</style>
background-color css
<style>
a { background-color: #98C32C; }
a { background-color: rgb(152,195,44); }
div.DivClassName
{
background-color: #98C32C;
}
.BgClassName
{
background-color: #98C32C;
}
</style>
border-color css
<style>
span { border-color: #98C32C; }
span { border-color: rgb(152,195,44); }
td.TdClassName
{
border-color: #98C32C;
}
.TagClassName
{
border-color: #98C32C;
}
</style>