Shades of Yellow Green #98D732
Tints of Yellow Green #98D732
RGB
CMYK
RGB Variations
Color information
#98D732 (or 0x98D732) is known color: Yellow Green. HEX triplet: 98, D7 and 32. RGB value is (152,215,50). Sum of RGB (Red+Green+Blue) = 152+215+50=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 215 (84.38% from 255 or 51.56% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 215 - color contains mainly: green. Hex color #98D732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D732 is #6728CD. Grayscale: #B1B1B1. Windows color (decimal): -6760654 or 3331992. OLE color: 3331992.
HSL color Cylindrical-coordinate representation of color #98D732: hue angle of 82.91º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #98D732 is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 215 | 50 | - |
| CMYK | 0.29 | 0 | 0.77 | 0.16 |
| HSL | 82.91º | 0.67% | 0.52% | - |
| HSV(B) | 82.91º | 0.77% | 0.84% | - |
| XYZ | 37.83 | 55.51 | 11.74 | - |
| YUV | 177.35 | 56.13 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 215 | 50 | 0.29 | 0 | 0.77 | 0.16 | 82.91 | 0.67 | 0.52 |
| Hex | 98 | D7 | 32 | 1D | 0 | 4D | 10 | 53 | 43 | 34 |
| Octal | 230 | 327 | 62 | 35 | 0 | 115 | 20 | 123 | 103 | 64 |
| Binary | 10011000 | 11010111 | 110010 | 11101 | 0 | 1001101 | 10000 | 1010011 | 1000011 | 110100 |
Color Harmonies of #98D732
Complementary color
Monochromatic Colors of #98D732
Black with #98D732
Text Example
Text Example
White with #98D732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D732; }
p { color: rgb(152,215,50); }
H1.HeaderClassName
{
color: #98D732;
}
.AnyTagClassName
{
color: #98D732;
}
</style>
background-color css
<style>
a { background-color: #98D732; }
a { background-color: rgb(152,215,50); }
div.DivClassName
{
background-color: #98D732;
}
.BgClassName
{
background-color: #98D732;
}
</style>
border-color css
<style>
span { border-color: #98D732; }
span { border-color: rgb(152,215,50); }
td.TdClassName
{
border-color: #98D732;
}
.TagClassName
{
border-color: #98D732;
}
</style>