Shades of Citrus #98C101
Tints of Citrus #98C101
RGB
CMYK
RGB Variations
Color information
#98C101 (or 0x98C101) is known color: Citrus. HEX triplet: 98, C1 and 01. RGB value is (152,193,1). Sum of RGB (Red+Green+Blue) = 152+193+1=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 193 (75.78% from 255 or 55.78% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 193 - color contains mainly: green. Hex color #98C101 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C101 is #673EFE. Grayscale: #9F9F9F. Windows color (decimal): -6766335 or 115096. OLE color: 115096.
HSL color Cylindrical-coordinate representation of color #98C101: hue angle of 72.81º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #98C101 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 193 | 1 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.24 |
| HSL | 72.81º | 0.99% | 0.38% | - |
| HSV(B) | 72.81º | 0.99% | 0.76% | - |
| XYZ | 32.02 | 44.82 | 6.99 | - |
| YUV | 158.85 | 38.92 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 193 | 1 | 0.21 | 0 | 0.99 | 0.24 | 72.81 | 0.99 | 0.38 |
| Hex | 98 | C1 | 1 | 15 | 0 | 63 | 18 | 49 | 63 | 26 |
| Octal | 230 | 301 | 1 | 25 | 0 | 143 | 30 | 111 | 143 | 46 |
| Binary | 10011000 | 11000001 | 1 | 10101 | 0 | 1100011 | 11000 | 1001001 | 1100011 | 100110 |
Color Harmonies of #98C101
Complementary color
Monochromatic Colors of #98C101
Black with #98C101
Text Example
Text Example
White with #98C101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C101; }
p { color: rgb(152,193,1); }
H1.HeaderClassName
{
color: #98C101;
}
.AnyTagClassName
{
color: #98C101;
}
</style>
background-color css
<style>
a { background-color: #98C101; }
a { background-color: rgb(152,193,1); }
div.DivClassName
{
background-color: #98C101;
}
.BgClassName
{
background-color: #98C101;
}
</style>
border-color css
<style>
span { border-color: #98C101; }
span { border-color: rgb(152,193,1); }
td.TdClassName
{
border-color: #98C101;
}
.TagClassName
{
border-color: #98C101;
}
</style>