Shades of Citrus #98C805
Tints of Citrus #98C805
RGB
CMYK
RGB Variations
Color information
#98C805 (or 0x98C805) is known color: Citrus. HEX triplet: 98, C8 and 05. RGB value is (152,200,5). Sum of RGB (Red+Green+Blue) = 152+200+5=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 200 (78.52% from 255 or 56.02% from 357); Blue value is 5 (2.34% from 255 or 1.40% from 357); Max value from RGB is 200 - color contains mainly: green. Hex color #98C805 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C805 is #6737FA. Grayscale: #A4A4A4. Windows color (decimal): -6764539 or 379032. OLE color: 379032.
HSL color Cylindrical-coordinate representation of color #98C805: hue angle of 74.77º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98C805 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 152 | 200 | 5 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.22 |
| HSL | 74.77º | 0.95% | 0.4% | - |
| HSV(B) | 74.77º | 0.98% | 0.78% | - |
| XYZ | 33.63 | 47.99 | 7.64 | - |
| YUV | 163.42 | 38.6 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 200 | 5 | 0.24 | 0 | 0.98 | 0.22 | 74.77 | 0.95 | 0.4 |
| Hex | 98 | C8 | 5 | 18 | 0 | 62 | 16 | 4B | 5F | 28 |
| Octal | 230 | 310 | 5 | 30 | 0 | 142 | 26 | 113 | 137 | 50 |
| Binary | 10011000 | 11001000 | 101 | 11000 | 0 | 1100010 | 10110 | 1001011 | 1011111 | 101000 |
Color Harmonies of #98C805
Complementary color
Monochromatic Colors of #98C805
Black with #98C805
Text Example
Text Example
White with #98C805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C805; }
p { color: rgb(152,200,5); }
H1.HeaderClassName
{
color: #98C805;
}
.AnyTagClassName
{
color: #98C805;
}
</style>
background-color css
<style>
a { background-color: #98C805; }
a { background-color: rgb(152,200,5); }
div.DivClassName
{
background-color: #98C805;
}
.BgClassName
{
background-color: #98C805;
}
</style>
border-color css
<style>
span { border-color: #98C805; }
span { border-color: rgb(152,200,5); }
td.TdClassName
{
border-color: #98C805;
}
.TagClassName
{
border-color: #98C805;
}
</style>