Shades of Citrus #98C002
Tints of Citrus #98C002
RGB
CMYK
RGB Variations
Color information
#98C002 (or 0x98C002) is known color: Citrus. HEX triplet: 98, C0 and 02. RGB value is (152,192,2). Sum of RGB (Red+Green+Blue) = 152+192+2=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #98C002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C002 is #673FFD. Grayscale: #9F9F9F. Windows color (decimal): -6766590 or 180376. OLE color: 180376.
HSL color Cylindrical-coordinate representation of color #98C002: hue angle of 72.63º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98C002 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 192 | 2 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.25 |
| HSL | 72.63º | 0.98% | 0.38% | - |
| HSV(B) | 72.63º | 0.99% | 0.75% | - |
| XYZ | 31.81 | 44.38 | 6.95 | - |
| YUV | 158.38 | 39.75 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 192 | 2 | 0.21 | 0 | 0.99 | 0.25 | 72.63 | 0.98 | 0.38 |
| Hex | 98 | C0 | 2 | 15 | 0 | 63 | 19 | 49 | 62 | 26 |
| Octal | 230 | 300 | 2 | 25 | 0 | 143 | 31 | 111 | 142 | 46 |
| Binary | 10011000 | 11000000 | 10 | 10101 | 0 | 1100011 | 11001 | 1001001 | 1100010 | 100110 |
Color Harmonies of #98C002
Complementary color
Monochromatic Colors of #98C002
Black with #98C002
Text Example
Text Example
White with #98C002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C002; }
p { color: rgb(152,192,2); }
H1.HeaderClassName
{
color: #98C002;
}
.AnyTagClassName
{
color: #98C002;
}
</style>
background-color css
<style>
a { background-color: #98C002; }
a { background-color: rgb(152,192,2); }
div.DivClassName
{
background-color: #98C002;
}
.BgClassName
{
background-color: #98C002;
}
</style>
border-color css
<style>
span { border-color: #98C002; }
span { border-color: rgb(152,192,2); }
td.TdClassName
{
border-color: #98C002;
}
.TagClassName
{
border-color: #98C002;
}
</style>