Shades of Citrus #98B500
Tints of Citrus #98B500
RGB
CMYK
RGB Variations
Color information
#98B500 (or 0x98B500) is known color: Citrus. HEX triplet: 98, B5 and 00. RGB value is (152,181,0). Sum of RGB (Red+Green+Blue) = 152+181+0=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 181 (71.09% from 255 or 54.35% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 181 - color contains mainly: green. Hex color #98B500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98B500 is #674AFF. Grayscale: #989898. Windows color (decimal): -6769408 or 46488. OLE color: 46488.
HSL color Cylindrical-coordinate representation of color #98B500: hue angle of 69.61º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98B500 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 181 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.29 |
| HSL | 69.61º | 1% | 0.35% | - |
| HSV(B) | 69.61º | 1% | 0.71% | - |
| XYZ | 29.47 | 39.72 | 6.11 | - |
| YUV | 151.7 | 42.39 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 181 | 0 | 0.16 | 0 | 1 | 0.29 | 69.61 | 1 | 0.35 |
| Hex | 98 | B5 | 0 | 10 | 0 | 64 | 1D | 46 | 64 | 23 |
| Octal | 230 | 265 | 0 | 20 | 0 | 144 | 35 | 106 | 144 | 43 |
| Binary | 10011000 | 10110101 | 0 | 10000 | 0 | 1100100 | 11101 | 1000110 | 1100100 | 100011 |
Color Harmonies of #98B500
Complementary color
Monochromatic Colors of #98B500
Black with #98B500
Text Example
Text Example
White with #98B500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98B500; }
p { color: rgb(152,181,0); }
H1.HeaderClassName
{
color: #98B500;
}
.AnyTagClassName
{
color: #98B500;
}
</style>
background-color css
<style>
a { background-color: #98B500; }
a { background-color: rgb(152,181,0); }
div.DivClassName
{
background-color: #98B500;
}
.BgClassName
{
background-color: #98B500;
}
</style>
border-color css
<style>
span { border-color: #98B500; }
span { border-color: rgb(152,181,0); }
td.TdClassName
{
border-color: #98B500;
}
.TagClassName
{
border-color: #98B500;
}
</style>