Shades of Citrus #98D203
Tints of Citrus #98D203
RGB
CMYK
RGB Variations
Color information
#98D203 (or 0x98D203) is known color: Citrus. HEX triplet: 98, D2 and 03. RGB value is (152,210,3). Sum of RGB (Red+Green+Blue) = 152+210+3=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 210 (82.42% from 255 or 57.53% from 365); Blue value is 3 (1.56% from 255 or 0.82% from 365); Max value from RGB is 210 - color contains mainly: green. Hex color #98D203 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98D203 is #672DFC. Grayscale: #A9A9A9. Windows color (decimal): -6761981 or 250520. OLE color: 250520.
HSL color Cylindrical-coordinate representation of color #98D203: hue angle of 76.81º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98D203 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 210 | 3 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.18 |
| HSL | 76.81º | 0.97% | 0.42% | - |
| HSV(B) | 76.81º | 0.99% | 0.82% | - |
| XYZ | 36.01 | 52.78 | 8.37 | - |
| YUV | 169.06 | 34.28 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 210 | 3 | 0.28 | 0 | 0.99 | 0.18 | 76.81 | 0.97 | 0.42 |
| Hex | 98 | D2 | 3 | 1C | 0 | 63 | 12 | 4D | 61 | 2A |
| Octal | 230 | 322 | 3 | 34 | 0 | 143 | 22 | 115 | 141 | 52 |
| Binary | 10011000 | 11010010 | 11 | 11100 | 0 | 1100011 | 10010 | 1001101 | 1100001 | 101010 |
Color Harmonies of #98D203
Complementary color
Monochromatic Colors of #98D203
Black with #98D203
Text Example
Text Example
White with #98D203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D203; }
p { color: rgb(152,210,3); }
H1.HeaderClassName
{
color: #98D203;
}
.AnyTagClassName
{
color: #98D203;
}
</style>
background-color css
<style>
a { background-color: #98D203; }
a { background-color: rgb(152,210,3); }
div.DivClassName
{
background-color: #98D203;
}
.BgClassName
{
background-color: #98D203;
}
</style>
border-color css
<style>
span { border-color: #98D203; }
span { border-color: rgb(152,210,3); }
td.TdClassName
{
border-color: #98D203;
}
.TagClassName
{
border-color: #98D203;
}
</style>