Shades of Citrus #9DCD0E
Tints of Citrus #9DCD0E
RGB
CMYK
RGB Variations
Color information
#9DCD0E (or 0x9DCD0E) is known color: Citrus. HEX triplet: 9D, CD and 0E. RGB value is (157,205,14). Sum of RGB (Red+Green+Blue) = 157+205+14=376 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.76% from 376); Green value is 205 (80.47% from 255 or 54.52% from 376); Blue value is 14 (5.86% from 255 or 3.72% from 376); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DCD0E is #6232F1. Grayscale: #A9A9A9. Windows color (decimal): -6435570 or 970141. OLE color: 970141.
HSL color Cylindrical-coordinate representation of color #9DCD0E: hue angle of 75.08º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9DCD0E is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 14 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.20 |
| HSL | 75.08º | 0.87% | 0.43% | - |
| HSV(B) | 75.08º | 0.93% | 0.8% | - |
| XYZ | 35.82 | 50.86 | 8.35 | - |
| YUV | 168.87 | 40.6 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 14 | 0.23 | 0 | 0.93 | 0.20 | 75.08 | 0.87 | 0.43 |
| Hex | 9D | CD | E | 17 | 0 | 5D | 14 | 4B | 57 | 2B |
| Octal | 235 | 315 | 16 | 27 | 0 | 135 | 24 | 113 | 127 | 53 |
| Binary | 10011101 | 11001101 | 1110 | 10111 | 0 | 1011101 | 10100 | 1001011 | 1010111 | 101011 |
Color Harmonies of #9DCD0E
Complementary color
Monochromatic Colors of #9DCD0E
Black with #9DCD0E
Text Example
Text Example
White with #9DCD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCD0E; }
p { color: rgb(157,205,14); }
H1.HeaderClassName
{
color: #9DCD0E;
}
.AnyTagClassName
{
color: #9DCD0E;
}
</style>
background-color css
<style>
a { background-color: #9DCD0E; }
a { background-color: rgb(157,205,14); }
div.DivClassName
{
background-color: #9DCD0E;
}
.BgClassName
{
background-color: #9DCD0E;
}
</style>
border-color css
<style>
span { border-color: #9DCD0E; }
span { border-color: rgb(157,205,14); }
td.TdClassName
{
border-color: #9DCD0E;
}
.TagClassName
{
border-color: #9DCD0E;
}
</style>