Shades of Citrus #9DB50C
Tints of Citrus #9DB50C
RGB
CMYK
RGB Variations
Color information
#9DB50C (or 0x9DB50C) is known color: Citrus. HEX triplet: 9D, B5 and 0C. RGB value is (157,181,12). Sum of RGB (Red+Green+Blue) = 157+181+12=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 181 (71.09% from 255 or 51.71% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB50C is #624AF3. Grayscale: #9B9B9B. Windows color (decimal): -6441716 or 832925. OLE color: 832925.
HSL color Cylindrical-coordinate representation of color #9DB50C: hue angle of 68.52º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9DB50C is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 181 | 12 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.29 |
| HSL | 68.52º | 0.88% | 0.38% | - |
| HSV(B) | 68.52º | 0.93% | 0.71% | - |
| XYZ | 30.49 | 40.24 | 6.51 | - |
| YUV | 154.56 | 47.55 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 12 | 0.13 | 0 | 0.93 | 0.29 | 68.52 | 0.88 | 0.38 |
| Hex | 9D | B5 | C | D | 0 | 5D | 1D | 45 | 58 | 26 |
| Octal | 235 | 265 | 14 | 15 | 0 | 135 | 35 | 105 | 130 | 46 |
| Binary | 10011101 | 10110101 | 1100 | 1101 | 0 | 1011101 | 11101 | 1000101 | 1011000 | 100110 |
Color Harmonies of #9DB50C
Complementary color
Monochromatic Colors of #9DB50C
Black with #9DB50C
Text Example
Text Example
White with #9DB50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB50C; }
p { color: rgb(157,181,12); }
H1.HeaderClassName
{
color: #9DB50C;
}
.AnyTagClassName
{
color: #9DB50C;
}
</style>
background-color css
<style>
a { background-color: #9DB50C; }
a { background-color: rgb(157,181,12); }
div.DivClassName
{
background-color: #9DB50C;
}
.BgClassName
{
background-color: #9DB50C;
}
</style>
border-color css
<style>
span { border-color: #9DB50C; }
span { border-color: rgb(157,181,12); }
td.TdClassName
{
border-color: #9DB50C;
}
.TagClassName
{
border-color: #9DB50C;
}
</style>