Shades of Citrus #9DCD04
Tints of Citrus #9DCD04
RGB
CMYK
RGB Variations
Color information
#9DCD04 (or 0x9DCD04) is known color: Citrus. HEX triplet: 9D, CD and 04. RGB value is (157,205,4). Sum of RGB (Red+Green+Blue) = 157+205+4=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 205 (80.47% from 255 or 56.01% from 366); Blue value is 4 (1.95% from 255 or 1.09% from 366); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DCD04 is #6232FB. Grayscale: #A8A8A8. Windows color (decimal): -6435580 or 314781. OLE color: 314781.
HSL color Cylindrical-coordinate representation of color #9DCD04: hue angle of 74.33º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9DCD04 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 4 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.20 |
| HSL | 74.33º | 0.96% | 0.41% | - |
| HSV(B) | 74.33º | 0.98% | 0.8% | - |
| XYZ | 35.76 | 50.84 | 8.04 | - |
| YUV | 167.73 | 35.6 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 4 | 0.23 | 0 | 0.98 | 0.20 | 74.33 | 0.96 | 0.41 |
| Hex | 9D | CD | 4 | 17 | 0 | 62 | 14 | 4A | 60 | 29 |
| Octal | 235 | 315 | 4 | 27 | 0 | 142 | 24 | 112 | 140 | 51 |
| Binary | 10011101 | 11001101 | 100 | 10111 | 0 | 1100010 | 10100 | 1001010 | 1100000 | 101001 |
Color Harmonies of #9DCD04
Complementary color
Monochromatic Colors of #9DCD04
Black with #9DCD04
Text Example
Text Example
White with #9DCD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCD04; }
p { color: rgb(157,205,4); }
H1.HeaderClassName
{
color: #9DCD04;
}
.AnyTagClassName
{
color: #9DCD04;
}
</style>
background-color css
<style>
a { background-color: #9DCD04; }
a { background-color: rgb(157,205,4); }
div.DivClassName
{
background-color: #9DCD04;
}
.BgClassName
{
background-color: #9DCD04;
}
</style>
border-color css
<style>
span { border-color: #9DCD04; }
span { border-color: rgb(157,205,4); }
td.TdClassName
{
border-color: #9DCD04;
}
.TagClassName
{
border-color: #9DCD04;
}
</style>