Shades of Citrus #98C10F
Tints of Citrus #98C10F
RGB
CMYK
RGB Variations
Color information
#98C10F (or 0x98C10F) is known color: Citrus. HEX triplet: 98, C1 and 0F. RGB value is (152,193,15). Sum of RGB (Red+Green+Blue) = 152+193+15=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 193 (75.78% from 255 or 53.61% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 193 - color contains mainly: green. Hex color #98C10F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C10F is #673EF0. Grayscale: #A1A1A1. Windows color (decimal): -6766321 or 1032600. OLE color: 1032600.
HSL color Cylindrical-coordinate representation of color #98C10F: hue angle of 73.82º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98C10F is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 193 | 15 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.24 |
| HSL | 73.82º | 0.86% | 0.41% | - |
| HSV(B) | 73.82º | 0.92% | 0.76% | - |
| XYZ | 32.11 | 44.85 | 7.42 | - |
| YUV | 160.45 | 45.92 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 15 | 0.21 | 0 | 0.92 | 0.24 | 73.82 | 0.86 | 0.41 |
| Hex | 98 | C1 | F | 15 | 0 | 5C | 18 | 4A | 56 | 29 |
| Octal | 230 | 301 | 17 | 25 | 0 | 134 | 30 | 112 | 126 | 51 |
| Binary | 10011000 | 11000001 | 1111 | 10101 | 0 | 1011100 | 11000 | 1001010 | 1010110 | 101001 |
Color Harmonies of #98C10F
Complementary color
Monochromatic Colors of #98C10F
Black with #98C10F
Text Example
Text Example
White with #98C10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C10F; }
p { color: rgb(152,193,15); }
H1.HeaderClassName
{
color: #98C10F;
}
.AnyTagClassName
{
color: #98C10F;
}
</style>
background-color css
<style>
a { background-color: #98C10F; }
a { background-color: rgb(152,193,15); }
div.DivClassName
{
background-color: #98C10F;
}
.BgClassName
{
background-color: #98C10F;
}
</style>
border-color css
<style>
span { border-color: #98C10F; }
span { border-color: rgb(152,193,15); }
td.TdClassName
{
border-color: #98C10F;
}
.TagClassName
{
border-color: #98C10F;
}
</style>