Shades of Citrus #9DC105
Tints of Citrus #9DC105
RGB
CMYK
RGB Variations
Color information
#9DC105 (or 0x9DC105) is known color: Citrus. HEX triplet: 9D, C1 and 05. RGB value is (157,193,5). Sum of RGB (Red+Green+Blue) = 157+193+5=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 193 (75.78% from 255 or 54.37% from 355); Blue value is 5 (2.34% from 255 or 1.41% from 355); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC105 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC105 is #623EFA. Grayscale: #A1A1A1. Windows color (decimal): -6438651 or 377245. OLE color: 377245.
HSL color Cylindrical-coordinate representation of color #9DC105: hue angle of 71.49º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9DC105 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 193 | 5 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.24 |
| HSL | 71.49º | 0.95% | 0.39% | - |
| HSV(B) | 71.49º | 0.97% | 0.76% | - |
| XYZ | 33 | 45.32 | 7.15 | - |
| YUV | 160.8 | 40.07 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 193 | 5 | 0.19 | 0 | 0.97 | 0.24 | 71.49 | 0.95 | 0.39 |
| Hex | 9D | C1 | 5 | 13 | 0 | 61 | 18 | 47 | 5F | 27 |
| Octal | 235 | 301 | 5 | 23 | 0 | 141 | 30 | 107 | 137 | 47 |
| Binary | 10011101 | 11000001 | 101 | 10011 | 0 | 1100001 | 11000 | 1000111 | 1011111 | 100111 |
Color Harmonies of #9DC105
Complementary color
Monochromatic Colors of #9DC105
Black with #9DC105
Text Example
Text Example
White with #9DC105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC105; }
p { color: rgb(157,193,5); }
H1.HeaderClassName
{
color: #9DC105;
}
.AnyTagClassName
{
color: #9DC105;
}
</style>
background-color css
<style>
a { background-color: #9DC105; }
a { background-color: rgb(157,193,5); }
div.DivClassName
{
background-color: #9DC105;
}
.BgClassName
{
background-color: #9DC105;
}
</style>
border-color css
<style>
span { border-color: #9DC105; }
span { border-color: rgb(157,193,5); }
td.TdClassName
{
border-color: #9DC105;
}
.TagClassName
{
border-color: #9DC105;
}
</style>