Shades of Citrus #98D201
Tints of Citrus #98D201
RGB
CMYK
RGB Variations
Color information
#98D201 (or 0x98D201) is known color: Citrus. HEX triplet: 98, D2 and 01. RGB value is (152,210,1). Sum of RGB (Red+Green+Blue) = 152+210+1=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 210 (82.42% from 255 or 57.85% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 210 - color contains mainly: green. Hex color #98D201 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98D201 is #672DFE. Grayscale: #A9A9A9. Windows color (decimal): -6761983 or 119448. OLE color: 119448.
HSL color Cylindrical-coordinate representation of color #98D201: hue angle of 76.65º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98D201 is Cyan = 0.28, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 210 | 1 | - |
| CMYK | 0.28 | 0 | 1.00 | 0.18 |
| HSL | 76.65º | 0.99% | 0.41% | - |
| HSV(B) | 76.65º | 1% | 0.82% | - |
| XYZ | 36 | 52.77 | 8.32 | - |
| YUV | 168.83 | 33.28 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 210 | 1 | 0.28 | 0 | 1.00 | 0.18 | 76.65 | 0.99 | 0.41 |
| Hex | 98 | D2 | 1 | 1C | 0 | 64 | 12 | 4D | 63 | 29 |
| Octal | 230 | 322 | 1 | 34 | 0 | 144 | 22 | 115 | 143 | 51 |
| Binary | 10011000 | 11010010 | 1 | 11100 | 0 | 1100100 | 10010 | 1001101 | 1100011 | 101001 |
Color Harmonies of #98D201
Complementary color
Monochromatic Colors of #98D201
Black with #98D201
Text Example
Text Example
White with #98D201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D201; }
p { color: rgb(152,210,1); }
H1.HeaderClassName
{
color: #98D201;
}
.AnyTagClassName
{
color: #98D201;
}
</style>
background-color css
<style>
a { background-color: #98D201; }
a { background-color: rgb(152,210,1); }
div.DivClassName
{
background-color: #98D201;
}
.BgClassName
{
background-color: #98D201;
}
</style>
border-color css
<style>
span { border-color: #98D201; }
span { border-color: rgb(152,210,1); }
td.TdClassName
{
border-color: #98D201;
}
.TagClassName
{
border-color: #98D201;
}
</style>