Shades of Citrus #98C112
Tints of Citrus #98C112
RGB
CMYK
RGB Variations
Color information
#98C112 (or 0x98C112) is known color: Citrus. HEX triplet: 98, C1 and 12. RGB value is (152,193,18). Sum of RGB (Red+Green+Blue) = 152+193+18=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 193 (75.78% from 255 or 53.17% from 363); Blue value is 18 (7.42% from 255 or 4.96% from 363); Max value from RGB is 193 - color contains mainly: green. Hex color #98C112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C112 is #673EED. Grayscale: #A1A1A1. Windows color (decimal): -6766318 or 1229208. OLE color: 1229208.
HSL color Cylindrical-coordinate representation of color #98C112: hue angle of 74.06º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98C112 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 193 | 18 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.24 |
| HSL | 74.06º | 0.83% | 0.41% | - |
| HSV(B) | 74.06º | 0.91% | 0.76% | - |
| XYZ | 32.13 | 44.86 | 7.54 | - |
| YUV | 160.79 | 47.42 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 18 | 0.21 | 0 | 0.91 | 0.24 | 74.06 | 0.83 | 0.41 |
| Hex | 98 | C1 | 12 | 15 | 0 | 5B | 18 | 4A | 53 | 29 |
| Octal | 230 | 301 | 22 | 25 | 0 | 133 | 30 | 112 | 123 | 51 |
| Binary | 10011000 | 11000001 | 10010 | 10101 | 0 | 1011011 | 11000 | 1001010 | 1010011 | 101001 |
Color Harmonies of #98C112
Complementary color
Monochromatic Colors of #98C112
Black with #98C112
Text Example
Text Example
White with #98C112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C112; }
p { color: rgb(152,193,18); }
H1.HeaderClassName
{
color: #98C112;
}
.AnyTagClassName
{
color: #98C112;
}
</style>
background-color css
<style>
a { background-color: #98C112; }
a { background-color: rgb(152,193,18); }
div.DivClassName
{
background-color: #98C112;
}
.BgClassName
{
background-color: #98C112;
}
</style>
border-color css
<style>
span { border-color: #98C112; }
span { border-color: rgb(152,193,18); }
td.TdClassName
{
border-color: #98C112;
}
.TagClassName
{
border-color: #98C112;
}
</style>