Shades of Citrus #98C50D
Tints of Citrus #98C50D
RGB
CMYK
RGB Variations
Color information
#98C50D (or 0x98C50D) is known color: Citrus. HEX triplet: 98, C5 and 0D. RGB value is (152,197,13). Sum of RGB (Red+Green+Blue) = 152+197+13=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 197 (77.34% from 255 or 54.42% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 197 - color contains mainly: green. Hex color #98C50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98C50D is #673AF2. Grayscale: #A3A3A3. Windows color (decimal): -6765299 or 902552. OLE color: 902552.
HSL color Cylindrical-coordinate representation of color #98C50D: hue angle of 74.67º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98C50D is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 197 | 13 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.23 |
| HSL | 74.67º | 0.88% | 0.41% | - |
| HSV(B) | 74.67º | 0.93% | 0.77% | - |
| XYZ | 32.99 | 46.64 | 7.64 | - |
| YUV | 162.57 | 43.59 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 197 | 13 | 0.23 | 0 | 0.93 | 0.23 | 74.67 | 0.88 | 0.41 |
| Hex | 98 | C5 | D | 17 | 0 | 5D | 17 | 4B | 58 | 29 |
| Octal | 230 | 305 | 15 | 27 | 0 | 135 | 27 | 113 | 130 | 51 |
| Binary | 10011000 | 11000101 | 1101 | 10111 | 0 | 1011101 | 10111 | 1001011 | 1011000 | 101001 |
Color Harmonies of #98C50D
Complementary color
Monochromatic Colors of #98C50D
Black with #98C50D
Text Example
Text Example
White with #98C50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98C50D; }
p { color: rgb(152,197,13); }
H1.HeaderClassName
{
color: #98C50D;
}
.AnyTagClassName
{
color: #98C50D;
}
</style>
background-color css
<style>
a { background-color: #98C50D; }
a { background-color: rgb(152,197,13); }
div.DivClassName
{
background-color: #98C50D;
}
.BgClassName
{
background-color: #98C50D;
}
</style>
border-color css
<style>
span { border-color: #98C50D; }
span { border-color: rgb(152,197,13); }
td.TdClassName
{
border-color: #98C50D;
}
.TagClassName
{
border-color: #98C50D;
}
</style>