Shades of Citrus #9DC500
Tints of Citrus #9DC500
RGB
CMYK
RGB Variations
Color information
#9DC500 (or 0x9DC500) is known color: Citrus. HEX triplet: 9D, C5 and 00. RGB value is (157,197,0). Sum of RGB (Red+Green+Blue) = 157+197+0=354 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.35% from 354); Green value is 197 (77.34% from 255 or 55.65% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC500 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC500 is #623AFF. Grayscale: #A3A3A3. Windows color (decimal): -6437632 or 50589. OLE color: 50589.
HSL color Cylindrical-coordinate representation of color #9DC500: hue angle of 72.18º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9DC500 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 197 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.23 |
| HSL | 72.18º | 1% | 0.39% | - |
| HSV(B) | 72.18º | 1% | 0.77% | - |
| XYZ | 33.87 | 47.1 | 7.31 | - |
| YUV | 162.58 | 36.25 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 197 | 0 | 0.20 | 0 | 1 | 0.23 | 72.18 | 1 | 0.39 |
| Hex | 9D | C5 | 0 | 14 | 0 | 64 | 17 | 48 | 64 | 27 |
| Octal | 235 | 305 | 0 | 24 | 0 | 144 | 27 | 110 | 144 | 47 |
| Binary | 10011101 | 11000101 | 0 | 10100 | 0 | 1100100 | 10111 | 1001000 | 1100100 | 100111 |
Color Harmonies of #9DC500
Complementary color
Monochromatic Colors of #9DC500
Black with #9DC500
Text Example
Text Example
White with #9DC500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC500; }
p { color: rgb(157,197,0); }
H1.HeaderClassName
{
color: #9DC500;
}
.AnyTagClassName
{
color: #9DC500;
}
</style>
background-color css
<style>
a { background-color: #9DC500; }
a { background-color: rgb(157,197,0); }
div.DivClassName
{
background-color: #9DC500;
}
.BgClassName
{
background-color: #9DC500;
}
</style>
border-color css
<style>
span { border-color: #9DC500; }
span { border-color: rgb(157,197,0); }
td.TdClassName
{
border-color: #9DC500;
}
.TagClassName
{
border-color: #9DC500;
}
</style>