Shades of Citrus #9FC504
Tints of Citrus #9FC504
RGB
CMYK
RGB Variations
Color information
#9FC504 (or 0x9FC504) is known color: Citrus. HEX triplet: 9F, C5 and 04. RGB value is (159,197,4). Sum of RGB (Red+Green+Blue) = 159+197+4=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 197 (77.34% from 255 or 54.72% from 360); Blue value is 4 (1.95% from 255 or 1.11% from 360); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC504 is #603AFB. Grayscale: #A4A4A4. Windows color (decimal): -6306556 or 312735. OLE color: 312735.
HSL color Cylindrical-coordinate representation of color #9FC504: hue angle of 71.81º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9FC504 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 197 | 4 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.23 |
| HSL | 71.81º | 0.96% | 0.39% | - |
| HSV(B) | 71.81º | 0.98% | 0.77% | - |
| XYZ | 34.29 | 47.31 | 7.44 | - |
| YUV | 163.64 | 37.91 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 197 | 4 | 0.19 | 0 | 0.98 | 0.23 | 71.81 | 0.96 | 0.39 |
| Hex | 9F | C5 | 4 | 13 | 0 | 62 | 17 | 48 | 60 | 27 |
| Octal | 237 | 305 | 4 | 23 | 0 | 142 | 27 | 110 | 140 | 47 |
| Binary | 10011111 | 11000101 | 100 | 10011 | 0 | 1100010 | 10111 | 1001000 | 1100000 | 100111 |
Color Harmonies of #9FC504
Complementary color
Monochromatic Colors of #9FC504
Black with #9FC504
Text Example
Text Example
White with #9FC504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC504; }
p { color: rgb(159,197,4); }
H1.HeaderClassName
{
color: #9FC504;
}
.AnyTagClassName
{
color: #9FC504;
}
</style>
background-color css
<style>
a { background-color: #9FC504; }
a { background-color: rgb(159,197,4); }
div.DivClassName
{
background-color: #9FC504;
}
.BgClassName
{
background-color: #9FC504;
}
</style>
border-color css
<style>
span { border-color: #9FC504; }
span { border-color: rgb(159,197,4); }
td.TdClassName
{
border-color: #9FC504;
}
.TagClassName
{
border-color: #9FC504;
}
</style>