Shades of Yellow Green #98B540
Tints of Yellow Green #98B540
RGB
CMYK
RGB Variations
Color information
#98B540 (or 0x98B540) is known color: Yellow Green. HEX triplet: 98, B5 and 40. RGB value is (152,181,64). Sum of RGB (Red+Green+Blue) = 152+181+64=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 181 (71.09% from 255 or 45.59% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 181 - color contains mainly: green. Hex color #98B540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98B540 is #674ABF. Grayscale: #9F9F9F. Windows color (decimal): -6769344 or 4240792. OLE color: 4240792.
HSL color Cylindrical-coordinate representation of color #98B540: hue angle of 74.87º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #98B540 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 181 | 64 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.29 |
| HSL | 74.87º | 0.48% | 0.48% | - |
| HSV(B) | 74.87º | 0.65% | 0.71% | - |
| XYZ | 30.4 | 40.09 | 10.99 | - |
| YUV | 158.99 | 74.39 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 181 | 64 | 0.16 | 0 | 0.65 | 0.29 | 74.87 | 0.48 | 0.48 |
| Hex | 98 | B5 | 40 | 10 | 0 | 41 | 1D | 4B | 30 | 30 |
| Octal | 230 | 265 | 100 | 20 | 0 | 101 | 35 | 113 | 60 | 60 |
| Binary | 10011000 | 10110101 | 1000000 | 10000 | 0 | 1000001 | 11101 | 1001011 | 110000 | 110000 |
Color Harmonies of #98B540
Complementary color
Monochromatic Colors of #98B540
Black with #98B540
Text Example
Text Example
White with #98B540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B540; }
p { color: rgb(152,181,64); }
H1.HeaderClassName
{
color: #98B540;
}
.AnyTagClassName
{
color: #98B540;
}
</style>
background-color css
<style>
a { background-color: #98B540; }
a { background-color: rgb(152,181,64); }
div.DivClassName
{
background-color: #98B540;
}
.BgClassName
{
background-color: #98B540;
}
</style>
border-color css
<style>
span { border-color: #98B540; }
span { border-color: rgb(152,181,64); }
td.TdClassName
{
border-color: #98B540;
}
.TagClassName
{
border-color: #98B540;
}
</style>