Shades of Citrus #9DCD0B
Tints of Citrus #9DCD0B
RGB
CMYK
RGB Variations
Color information
#9DCD0B (or 0x9DCD0B) is known color: Citrus. HEX triplet: 9D, CD and 0B. RGB value is (157,205,11). Sum of RGB (Red+Green+Blue) = 157+205+11=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 205 (80.47% from 255 or 54.96% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DCD0B is #6232F4. Grayscale: #A9A9A9. Windows color (decimal): -6435573 or 773533. OLE color: 773533.
HSL color Cylindrical-coordinate representation of color #9DCD0B: hue angle of 74.85º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9DCD0B is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 11 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.20 |
| HSL | 74.85º | 0.9% | 0.42% | - |
| HSV(B) | 74.85º | 0.95% | 0.8% | - |
| XYZ | 35.8 | 50.85 | 8.25 | - |
| YUV | 168.53 | 39.1 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 11 | 0.23 | 0 | 0.95 | 0.20 | 74.85 | 0.9 | 0.42 |
| Hex | 9D | CD | B | 17 | 0 | 5F | 14 | 4B | 5A | 2A |
| Octal | 235 | 315 | 13 | 27 | 0 | 137 | 24 | 113 | 132 | 52 |
| Binary | 10011101 | 11001101 | 1011 | 10111 | 0 | 1011111 | 10100 | 1001011 | 1011010 | 101010 |
Color Harmonies of #9DCD0B
Complementary color
Monochromatic Colors of #9DCD0B
Black with #9DCD0B
Text Example
Text Example
White with #9DCD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCD0B; }
p { color: rgb(157,205,11); }
H1.HeaderClassName
{
color: #9DCD0B;
}
.AnyTagClassName
{
color: #9DCD0B;
}
</style>
background-color css
<style>
a { background-color: #9DCD0B; }
a { background-color: rgb(157,205,11); }
div.DivClassName
{
background-color: #9DCD0B;
}
.BgClassName
{
background-color: #9DCD0B;
}
</style>
border-color css
<style>
span { border-color: #9DCD0B; }
span { border-color: rgb(157,205,11); }
td.TdClassName
{
border-color: #9DCD0B;
}
.TagClassName
{
border-color: #9DCD0B;
}
</style>