Shades of Citrus #98C005
Tints of Citrus #98C005
RGB
CMYK
RGB Variations
Color information
#98C005 (or 0x98C005) is known color: Citrus. HEX triplet: 98, C0 and 05. RGB value is (152,192,5). Sum of RGB (Red+Green+Blue) = 152+192+5=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 5 (2.34% from 255 or 1.43% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #98C005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C005 is #673FFA. Grayscale: #9F9F9F. Windows color (decimal): -6766587 or 376984. OLE color: 376984.
HSL color Cylindrical-coordinate representation of color #98C005: hue angle of 72.83º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #98C005 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 192 | 5 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.25 |
| HSL | 72.83º | 0.95% | 0.39% | - |
| HSV(B) | 72.83º | 0.97% | 0.75% | - |
| XYZ | 31.83 | 44.39 | 7.03 | - |
| YUV | 158.72 | 41.25 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 192 | 5 | 0.21 | 0 | 0.97 | 0.25 | 72.83 | 0.95 | 0.39 |
| Hex | 98 | C0 | 5 | 15 | 0 | 61 | 19 | 49 | 5F | 27 |
| Octal | 230 | 300 | 5 | 25 | 0 | 141 | 31 | 111 | 137 | 47 |
| Binary | 10011000 | 11000000 | 101 | 10101 | 0 | 1100001 | 11001 | 1001001 | 1011111 | 100111 |
Color Harmonies of #98C005
Complementary color
Monochromatic Colors of #98C005
Black with #98C005
Text Example
Text Example
White with #98C005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C005; }
p { color: rgb(152,192,5); }
H1.HeaderClassName
{
color: #98C005;
}
.AnyTagClassName
{
color: #98C005;
}
</style>
background-color css
<style>
a { background-color: #98C005; }
a { background-color: rgb(152,192,5); }
div.DivClassName
{
background-color: #98C005;
}
.BgClassName
{
background-color: #98C005;
}
</style>
border-color css
<style>
span { border-color: #98C005; }
span { border-color: rgb(152,192,5); }
td.TdClassName
{
border-color: #98C005;
}
.TagClassName
{
border-color: #98C005;
}
</style>