Shades of Citrus #98C602
Tints of Citrus #98C602
RGB
CMYK
RGB Variations
Color information
#98C602 (or 0x98C602) is known color: Citrus. HEX triplet: 98, C6 and 02. RGB value is (152,198,2). Sum of RGB (Red+Green+Blue) = 152+198+2=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 198 (77.73% from 255 or 56.25% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 198 - color contains mainly: green. Hex color #98C602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C602 is #6739FD. Grayscale: #A2A2A2. Windows color (decimal): -6765054 or 181912. OLE color: 181912.
HSL color Cylindrical-coordinate representation of color #98C602: hue angle of 74.08º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98C602 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 198 | 2 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.22 |
| HSL | 74.08º | 0.98% | 0.39% | - |
| HSV(B) | 74.08º | 0.99% | 0.78% | - |
| XYZ | 33.15 | 47.07 | 7.4 | - |
| YUV | 161.9 | 37.76 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 198 | 2 | 0.23 | 0 | 0.99 | 0.22 | 74.08 | 0.98 | 0.39 |
| Hex | 98 | C6 | 2 | 17 | 0 | 63 | 16 | 4A | 62 | 27 |
| Octal | 230 | 306 | 2 | 27 | 0 | 143 | 26 | 112 | 142 | 47 |
| Binary | 10011000 | 11000110 | 10 | 10111 | 0 | 1100011 | 10110 | 1001010 | 1100010 | 100111 |
Color Harmonies of #98C602
Complementary color
Monochromatic Colors of #98C602
Black with #98C602
Text Example
Text Example
White with #98C602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C602; }
p { color: rgb(152,198,2); }
H1.HeaderClassName
{
color: #98C602;
}
.AnyTagClassName
{
color: #98C602;
}
</style>
background-color css
<style>
a { background-color: #98C602; }
a { background-color: rgb(152,198,2); }
div.DivClassName
{
background-color: #98C602;
}
.BgClassName
{
background-color: #98C602;
}
</style>
border-color css
<style>
span { border-color: #98C602; }
span { border-color: rgb(152,198,2); }
td.TdClassName
{
border-color: #98C602;
}
.TagClassName
{
border-color: #98C602;
}
</style>