Shades of Citrus #98C603
Tints of Citrus #98C603
RGB
CMYK
RGB Variations
Color information
#98C603 (or 0x98C603) is known color: Citrus. HEX triplet: 98, C6 and 03. RGB value is (152,198,3). Sum of RGB (Red+Green+Blue) = 152+198+3=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 198 (77.73% from 255 or 56.09% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 198 - color contains mainly: green. Hex color #98C603 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C603 is #6739FC. Grayscale: #A2A2A2. Windows color (decimal): -6765053 or 247448. OLE color: 247448.
HSL color Cylindrical-coordinate representation of color #98C603: hue angle of 74.15º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98C603 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 198 | 3 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.22 |
| HSL | 74.15º | 0.97% | 0.39% | - |
| HSV(B) | 74.15º | 0.98% | 0.78% | - |
| XYZ | 33.16 | 47.07 | 7.42 | - |
| YUV | 162.02 | 38.26 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 198 | 3 | 0.23 | 0 | 0.98 | 0.22 | 74.15 | 0.97 | 0.39 |
| Hex | 98 | C6 | 3 | 17 | 0 | 62 | 16 | 4A | 61 | 27 |
| Octal | 230 | 306 | 3 | 27 | 0 | 142 | 26 | 112 | 141 | 47 |
| Binary | 10011000 | 11000110 | 11 | 10111 | 0 | 1100010 | 10110 | 1001010 | 1100001 | 100111 |
Color Harmonies of #98C603
Complementary color
Monochromatic Colors of #98C603
Black with #98C603
Text Example
Text Example
White with #98C603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C603; }
p { color: rgb(152,198,3); }
H1.HeaderClassName
{
color: #98C603;
}
.AnyTagClassName
{
color: #98C603;
}
</style>
background-color css
<style>
a { background-color: #98C603; }
a { background-color: rgb(152,198,3); }
div.DivClassName
{
background-color: #98C603;
}
.BgClassName
{
background-color: #98C603;
}
</style>
border-color css
<style>
span { border-color: #98C603; }
span { border-color: rgb(152,198,3); }
td.TdClassName
{
border-color: #98C603;
}
.TagClassName
{
border-color: #98C603;
}
</style>