Shades of Citrus #9DC504
Tints of Citrus #9DC504
RGB
CMYK
RGB Variations
Color information
#9DC504 (or 0x9DC504) is known color: Citrus. HEX triplet: 9D, C5 and 04. RGB value is (157,197,4). Sum of RGB (Red+Green+Blue) = 157+197+4=358 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.85% from 358); Green value is 197 (77.34% from 255 or 55.03% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC504 is #623AFB. Grayscale: #A3A3A3. Windows color (decimal): -6437628 or 312733. OLE color: 312733.
HSL color Cylindrical-coordinate representation of color #9DC504: hue angle of 72.44º 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 #9DC504 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 197 | 4 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.23 |
| HSL | 72.44º | 0.96% | 0.39% | - |
| HSV(B) | 72.44º | 0.98% | 0.77% | - |
| XYZ | 33.89 | 47.11 | 7.42 | - |
| YUV | 163.04 | 38.25 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 197 | 4 | 0.20 | 0 | 0.98 | 0.23 | 72.44 | 0.96 | 0.39 |
| Hex | 9D | C5 | 4 | 14 | 0 | 62 | 17 | 48 | 60 | 27 |
| Octal | 235 | 305 | 4 | 24 | 0 | 142 | 27 | 110 | 140 | 47 |
| Binary | 10011101 | 11000101 | 100 | 10100 | 0 | 1100010 | 10111 | 1001000 | 1100000 | 100111 |
Color Harmonies of #9DC504
Complementary color
Monochromatic Colors of #9DC504
Black with #9DC504
Text Example
Text Example
White with #9DC504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC504; }
p { color: rgb(157,197,4); }
H1.HeaderClassName
{
color: #9DC504;
}
.AnyTagClassName
{
color: #9DC504;
}
</style>
background-color css
<style>
a { background-color: #9DC504; }
a { background-color: rgb(157,197,4); }
div.DivClassName
{
background-color: #9DC504;
}
.BgClassName
{
background-color: #9DC504;
}
</style>
border-color css
<style>
span { border-color: #9DC504; }
span { border-color: rgb(157,197,4); }
td.TdClassName
{
border-color: #9DC504;
}
.TagClassName
{
border-color: #9DC504;
}
</style>