Shades of Yellow Green #98D730
Tints of Yellow Green #98D730
RGB
CMYK
RGB Variations
Color information
#98D730 (or 0x98D730) is known color: Yellow Green. HEX triplet: 98, D7 and 30. RGB value is (152,215,48). Sum of RGB (Red+Green+Blue) = 152+215+48=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 215 (84.38% from 255 or 51.81% from 415); Blue value is 48 (19.14% from 255 or 11.57% from 415); Max value from RGB is 215 - color contains mainly: green. Hex color #98D730 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D730 is #6728CF. Grayscale: #B1B1B1. Windows color (decimal): -6760656 or 3200920. OLE color: 3200920.
HSL color Cylindrical-coordinate representation of color #98D730: hue angle of 82.63º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #98D730 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 215 | 48 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.16 |
| HSL | 82.63º | 0.68% | 0.52% | - |
| HSV(B) | 82.63º | 0.78% | 0.84% | - |
| XYZ | 37.78 | 55.49 | 11.52 | - |
| YUV | 177.13 | 55.13 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 215 | 48 | 0.29 | 0 | 0.78 | 0.16 | 82.63 | 0.68 | 0.52 |
| Hex | 98 | D7 | 30 | 1D | 0 | 4E | 10 | 53 | 44 | 34 |
| Octal | 230 | 327 | 60 | 35 | 0 | 116 | 20 | 123 | 104 | 64 |
| Binary | 10011000 | 11010111 | 110000 | 11101 | 0 | 1001110 | 10000 | 1010011 | 1000100 | 110100 |
Color Harmonies of #98D730
Complementary color
Monochromatic Colors of #98D730
Black with #98D730
Text Example
Text Example
White with #98D730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D730; }
p { color: rgb(152,215,48); }
H1.HeaderClassName
{
color: #98D730;
}
.AnyTagClassName
{
color: #98D730;
}
</style>
background-color css
<style>
a { background-color: #98D730; }
a { background-color: rgb(152,215,48); }
div.DivClassName
{
background-color: #98D730;
}
.BgClassName
{
background-color: #98D730;
}
</style>
border-color css
<style>
span { border-color: #98D730; }
span { border-color: rgb(152,215,48); }
td.TdClassName
{
border-color: #98D730;
}
.TagClassName
{
border-color: #98D730;
}
</style>