Shades of Yellow Green #98C033
Tints of Yellow Green #98C033
RGB
CMYK
RGB Variations
Color information
#98C033 (or 0x98C033) is known color: Yellow Green. HEX triplet: 98, C0 and 33. RGB value is (152,192,51). Sum of RGB (Red+Green+Blue) = 152+192+51=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 51 (20.31% from 255 or 12.91% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #98C033 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98C033 is #673FCC. Grayscale: #A4A4A4. Windows color (decimal): -6766541 or 3391640. OLE color: 3391640.
HSL color Cylindrical-coordinate representation of color #98C033: hue angle of 77.02º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #98C033 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 192 | 51 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.25 |
| HSL | 77.02º | 0.58% | 0.48% | - |
| HSV(B) | 77.02º | 0.73% | 0.75% | - |
| XYZ | 32.4 | 44.61 | 10.04 | - |
| YUV | 163.97 | 64.25 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 192 | 51 | 0.21 | 0 | 0.73 | 0.25 | 77.02 | 0.58 | 0.48 |
| Hex | 98 | C0 | 33 | 15 | 0 | 49 | 19 | 4D | 3A | 30 |
| Octal | 230 | 300 | 63 | 25 | 0 | 111 | 31 | 115 | 72 | 60 |
| Binary | 10011000 | 11000000 | 110011 | 10101 | 0 | 1001001 | 11001 | 1001101 | 111010 | 110000 |
Color Harmonies of #98C033
Complementary color
Monochromatic Colors of #98C033
Black with #98C033
Text Example
Text Example
White with #98C033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C033; }
p { color: rgb(152,192,51); }
H1.HeaderClassName
{
color: #98C033;
}
.AnyTagClassName
{
color: #98C033;
}
</style>
background-color css
<style>
a { background-color: #98C033; }
a { background-color: rgb(152,192,51); }
div.DivClassName
{
background-color: #98C033;
}
.BgClassName
{
background-color: #98C033;
}
</style>
border-color css
<style>
span { border-color: #98C033; }
span { border-color: rgb(152,192,51); }
td.TdClassName
{
border-color: #98C033;
}
.TagClassName
{
border-color: #98C033;
}
</style>