Shades of Citrus #9DB411
Tints of Citrus #9DB411
RGB
CMYK
RGB Variations
Color information
#9DB411 (or 0x9DB411) is known color: Citrus. HEX triplet: 9D, B4 and 11. RGB value is (157,180,17). Sum of RGB (Red+Green+Blue) = 157+180+17=354 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.35% from 354); Green value is 180 (70.70% from 255 or 50.85% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB411 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB411 is #624BEE. Grayscale: #9B9B9B. Windows color (decimal): -6441967 or 1160349. OLE color: 1160349.
HSL color Cylindrical-coordinate representation of color #9DB411: hue angle of 68.47º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9DB411 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 17 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.29 |
| HSL | 68.47º | 0.83% | 0.39% | - |
| HSV(B) | 68.47º | 0.91% | 0.71% | - |
| XYZ | 30.33 | 39.85 | 6.62 | - |
| YUV | 154.54 | 50.38 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 17 | 0.13 | 0 | 0.91 | 0.29 | 68.47 | 0.83 | 0.39 |
| Hex | 9D | B4 | 11 | D | 0 | 5B | 1D | 44 | 53 | 27 |
| Octal | 235 | 264 | 21 | 15 | 0 | 133 | 35 | 104 | 123 | 47 |
| Binary | 10011101 | 10110100 | 10001 | 1101 | 0 | 1011011 | 11101 | 1000100 | 1010011 | 100111 |
Color Harmonies of #9DB411
Complementary color
Monochromatic Colors of #9DB411
Black with #9DB411
Text Example
Text Example
White with #9DB411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB411; }
p { color: rgb(157,180,17); }
H1.HeaderClassName
{
color: #9DB411;
}
.AnyTagClassName
{
color: #9DB411;
}
</style>
background-color css
<style>
a { background-color: #9DB411; }
a { background-color: rgb(157,180,17); }
div.DivClassName
{
background-color: #9DB411;
}
.BgClassName
{
background-color: #9DB411;
}
</style>
border-color css
<style>
span { border-color: #9DB411; }
span { border-color: rgb(157,180,17); }
td.TdClassName
{
border-color: #9DB411;
}
.TagClassName
{
border-color: #9DB411;
}
</style>