Shades of Citrus #98D103
Tints of Citrus #98D103
RGB
CMYK
RGB Variations
Color information
#98D103 (or 0x98D103) is known color: Citrus. HEX triplet: 98, D1 and 03. RGB value is (152,209,3). Sum of RGB (Red+Green+Blue) = 152+209+3=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 209 (82.03% from 255 or 57.42% from 364); Blue value is 3 (1.56% from 255 or 0.82% from 364); Max value from RGB is 209 - color contains mainly: green. Hex color #98D103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98D103 is #672EFC. Grayscale: #A9A9A9. Windows color (decimal): -6762237 or 250264. OLE color: 250264.
HSL color Cylindrical-coordinate representation of color #98D103: hue angle of 76.6º 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 #98D103 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 209 | 3 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.18 |
| HSL | 76.6º | 0.97% | 0.42% | - |
| HSV(B) | 76.6º | 0.99% | 0.82% | - |
| XYZ | 35.77 | 52.28 | 8.29 | - |
| YUV | 168.47 | 34.62 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 209 | 3 | 0.27 | 0 | 0.99 | 0.18 | 76.6 | 0.97 | 0.42 |
| Hex | 98 | D1 | 3 | 1B | 0 | 63 | 12 | 4D | 61 | 2A |
| Octal | 230 | 321 | 3 | 33 | 0 | 143 | 22 | 115 | 141 | 52 |
| Binary | 10011000 | 11010001 | 11 | 11011 | 0 | 1100011 | 10010 | 1001101 | 1100001 | 101010 |
Color Harmonies of #98D103
Complementary color
Monochromatic Colors of #98D103
Black with #98D103
Text Example
Text Example
White with #98D103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D103; }
p { color: rgb(152,209,3); }
H1.HeaderClassName
{
color: #98D103;
}
.AnyTagClassName
{
color: #98D103;
}
</style>
background-color css
<style>
a { background-color: #98D103; }
a { background-color: rgb(152,209,3); }
div.DivClassName
{
background-color: #98D103;
}
.BgClassName
{
background-color: #98D103;
}
</style>
border-color css
<style>
span { border-color: #98D103; }
span { border-color: rgb(152,209,3); }
td.TdClassName
{
border-color: #98D103;
}
.TagClassName
{
border-color: #98D103;
}
</style>