Shades of Citrus #9DC705
Tints of Citrus #9DC705
RGB
CMYK
RGB Variations
Color information
#9DC705 (or 0x9DC705) is known color: Citrus. HEX triplet: 9D, C7 and 05. RGB value is (157,199,5). Sum of RGB (Red+Green+Blue) = 157+199+5=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 199 (78.12% from 255 or 55.12% from 361); Blue value is 5 (2.34% from 255 or 1.39% from 361); Max value from RGB is 199 - color contains mainly: green. Hex color #9DC705 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC705 is #6238FA. Grayscale: #A5A5A5. Windows color (decimal): -6437115 or 378781. OLE color: 378781.
HSL color Cylindrical-coordinate representation of color #9DC705: hue angle of 72.99º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9DC705 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 199 | 5 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.22 |
| HSL | 72.99º | 0.95% | 0.4% | - |
| HSV(B) | 72.99º | 0.97% | 0.78% | - |
| XYZ | 34.36 | 48.03 | 7.6 | - |
| YUV | 164.33 | 38.09 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 199 | 5 | 0.21 | 0 | 0.97 | 0.22 | 72.99 | 0.95 | 0.4 |
| Hex | 9D | C7 | 5 | 15 | 0 | 61 | 16 | 49 | 5F | 28 |
| Octal | 235 | 307 | 5 | 25 | 0 | 141 | 26 | 111 | 137 | 50 |
| Binary | 10011101 | 11000111 | 101 | 10101 | 0 | 1100001 | 10110 | 1001001 | 1011111 | 101000 |
Color Harmonies of #9DC705
Complementary color
Monochromatic Colors of #9DC705
Black with #9DC705
Text Example
Text Example
White with #9DC705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC705; }
p { color: rgb(157,199,5); }
H1.HeaderClassName
{
color: #9DC705;
}
.AnyTagClassName
{
color: #9DC705;
}
</style>
background-color css
<style>
a { background-color: #9DC705; }
a { background-color: rgb(157,199,5); }
div.DivClassName
{
background-color: #9DC705;
}
.BgClassName
{
background-color: #9DC705;
}
</style>
border-color css
<style>
span { border-color: #9DC705; }
span { border-color: rgb(157,199,5); }
td.TdClassName
{
border-color: #9DC705;
}
.TagClassName
{
border-color: #9DC705;
}
</style>