Shades of Citrus #9DB50F
Tints of Citrus #9DB50F
RGB
CMYK
RGB Variations
Color information
#9DB50F (or 0x9DB50F) is known color: Citrus. HEX triplet: 9D, B5 and 0F. RGB value is (157,181,15). Sum of RGB (Red+Green+Blue) = 157+181+15=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 181 (71.09% from 255 or 51.27% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB50F is #624AF0. Grayscale: #9B9B9B. Windows color (decimal): -6441713 or 1029533. OLE color: 1029533.
HSL color Cylindrical-coordinate representation of color #9DB50F: hue angle of 68.67º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9DB50F is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 181 | 15 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.29 |
| HSL | 68.67º | 0.85% | 0.38% | - |
| HSV(B) | 68.67º | 0.92% | 0.71% | - |
| XYZ | 30.51 | 40.25 | 6.61 | - |
| YUV | 154.9 | 49.05 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 15 | 0.13 | 0 | 0.92 | 0.29 | 68.67 | 0.85 | 0.38 |
| Hex | 9D | B5 | F | D | 0 | 5C | 1D | 45 | 55 | 26 |
| Octal | 235 | 265 | 17 | 15 | 0 | 134 | 35 | 105 | 125 | 46 |
| Binary | 10011101 | 10110101 | 1111 | 1101 | 0 | 1011100 | 11101 | 1000101 | 1010101 | 100110 |
Color Harmonies of #9DB50F
Complementary color
Monochromatic Colors of #9DB50F
Black with #9DB50F
Text Example
Text Example
White with #9DB50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB50F; }
p { color: rgb(157,181,15); }
H1.HeaderClassName
{
color: #9DB50F;
}
.AnyTagClassName
{
color: #9DB50F;
}
</style>
background-color css
<style>
a { background-color: #9DB50F; }
a { background-color: rgb(157,181,15); }
div.DivClassName
{
background-color: #9DB50F;
}
.BgClassName
{
background-color: #9DB50F;
}
</style>
border-color css
<style>
span { border-color: #9DB50F; }
span { border-color: rgb(157,181,15); }
td.TdClassName
{
border-color: #9DB50F;
}
.TagClassName
{
border-color: #9DB50F;
}
</style>