Shades of Citrus #9DC506
Tints of Citrus #9DC506
RGB
CMYK
RGB Variations
Color information
#9DC506 (or 0x9DC506) is known color: Citrus. HEX triplet: 9D, C5 and 06. RGB value is (157,197,6). Sum of RGB (Red+Green+Blue) = 157+197+6=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 197 (77.34% from 255 or 54.72% from 360); Blue value is 6 (2.73% from 255 or 1.67% from 360); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC506 is #623AF9. Grayscale: #A3A3A3. Windows color (decimal): -6437626 or 443805. OLE color: 443805.
HSL color Cylindrical-coordinate representation of color #9DC506: hue angle of 72.57º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9DC506 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 197 | 6 | - |
| CMYK | 0.20 | 0 | 0.97 | 0.23 |
| HSL | 72.57º | 0.94% | 0.4% | - |
| HSV(B) | 72.57º | 0.97% | 0.77% | - |
| XYZ | 33.9 | 47.11 | 7.48 | - |
| YUV | 163.27 | 39.25 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 197 | 6 | 0.20 | 0 | 0.97 | 0.23 | 72.57 | 0.94 | 0.4 |
| Hex | 9D | C5 | 6 | 14 | 0 | 61 | 17 | 49 | 5E | 28 |
| Octal | 235 | 305 | 6 | 24 | 0 | 141 | 27 | 111 | 136 | 50 |
| Binary | 10011101 | 11000101 | 110 | 10100 | 0 | 1100001 | 10111 | 1001001 | 1011110 | 101000 |
Color Harmonies of #9DC506
Complementary color
Monochromatic Colors of #9DC506
Black with #9DC506
Text Example
Text Example
White with #9DC506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC506; }
p { color: rgb(157,197,6); }
H1.HeaderClassName
{
color: #9DC506;
}
.AnyTagClassName
{
color: #9DC506;
}
</style>
background-color css
<style>
a { background-color: #9DC506; }
a { background-color: rgb(157,197,6); }
div.DivClassName
{
background-color: #9DC506;
}
.BgClassName
{
background-color: #9DC506;
}
</style>
border-color css
<style>
span { border-color: #9DC506; }
span { border-color: rgb(157,197,6); }
td.TdClassName
{
border-color: #9DC506;
}
.TagClassName
{
border-color: #9DC506;
}
</style>