Shades of Citrus #98C105
Tints of Citrus #98C105
RGB
CMYK
RGB Variations
Color information
#98C105 (or 0x98C105) is known color: Citrus. HEX triplet: 98, C1 and 05. RGB value is (152,193,5). Sum of RGB (Red+Green+Blue) = 152+193+5=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 193 (75.78% from 255 or 55.14% from 350); Blue value is 5 (2.34% from 255 or 1.43% from 350); Max value from RGB is 193 - color contains mainly: green. Hex color #98C105 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C105 is #673EFA. Grayscale: #A0A0A0. Windows color (decimal): -6766331 or 377240. OLE color: 377240.
HSL color Cylindrical-coordinate representation of color #98C105: hue angle of 73.09º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #98C105 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 193 | 5 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.24 |
| HSL | 73.09º | 0.95% | 0.39% | - |
| HSV(B) | 73.09º | 0.97% | 0.76% | - |
| XYZ | 32.05 | 44.83 | 7.11 | - |
| YUV | 159.31 | 40.92 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 5 | 0.21 | 0 | 0.97 | 0.24 | 73.09 | 0.95 | 0.39 |
| Hex | 98 | C1 | 5 | 15 | 0 | 61 | 18 | 49 | 5F | 27 |
| Octal | 230 | 301 | 5 | 25 | 0 | 141 | 30 | 111 | 137 | 47 |
| Binary | 10011000 | 11000001 | 101 | 10101 | 0 | 1100001 | 11000 | 1001001 | 1011111 | 100111 |
Color Harmonies of #98C105
Complementary color
Monochromatic Colors of #98C105
Black with #98C105
Text Example
Text Example
White with #98C105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C105; }
p { color: rgb(152,193,5); }
H1.HeaderClassName
{
color: #98C105;
}
.AnyTagClassName
{
color: #98C105;
}
</style>
background-color css
<style>
a { background-color: #98C105; }
a { background-color: rgb(152,193,5); }
div.DivClassName
{
background-color: #98C105;
}
.BgClassName
{
background-color: #98C105;
}
</style>
border-color css
<style>
span { border-color: #98C105; }
span { border-color: rgb(152,193,5); }
td.TdClassName
{
border-color: #98C105;
}
.TagClassName
{
border-color: #98C105;
}
</style>