Shades of Citrus #9DC203
Tints of Citrus #9DC203
RGB
CMYK
RGB Variations
Color information
#9DC203 (or 0x9DC203) is known color: Citrus. HEX triplet: 9D, C2 and 03. RGB value is (157,194,3). Sum of RGB (Red+Green+Blue) = 157+194+3=354 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.35% from 354); Green value is 194 (76.17% from 255 or 54.80% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC203 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC203 is #623DFC. Grayscale: #A1A1A1. Windows color (decimal): -6438397 or 246429. OLE color: 246429.
HSL color Cylindrical-coordinate representation of color #9DC203: hue angle of 71.62º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9DC203 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 194 | 3 | - |
| CMYK | 0.19 | 0 | 0.98 | 0.24 |
| HSL | 71.62º | 0.97% | 0.39% | - |
| HSV(B) | 71.62º | 0.98% | 0.76% | - |
| XYZ | 33.21 | 45.76 | 7.17 | - |
| YUV | 161.16 | 38.74 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 194 | 3 | 0.19 | 0 | 0.98 | 0.24 | 71.62 | 0.97 | 0.39 |
| Hex | 9D | C2 | 3 | 13 | 0 | 62 | 18 | 48 | 61 | 27 |
| Octal | 235 | 302 | 3 | 23 | 0 | 142 | 30 | 110 | 141 | 47 |
| Binary | 10011101 | 11000010 | 11 | 10011 | 0 | 1100010 | 11000 | 1001000 | 1100001 | 100111 |
Color Harmonies of #9DC203
Complementary color
Monochromatic Colors of #9DC203
Black with #9DC203
Text Example
Text Example
White with #9DC203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC203; }
p { color: rgb(157,194,3); }
H1.HeaderClassName
{
color: #9DC203;
}
.AnyTagClassName
{
color: #9DC203;
}
</style>
background-color css
<style>
a { background-color: #9DC203; }
a { background-color: rgb(157,194,3); }
div.DivClassName
{
background-color: #9DC203;
}
.BgClassName
{
background-color: #9DC203;
}
</style>
border-color css
<style>
span { border-color: #9DC203; }
span { border-color: rgb(157,194,3); }
td.TdClassName
{
border-color: #9DC203;
}
.TagClassName
{
border-color: #9DC203;
}
</style>