Shades of Citrus #9DB400
Tints of Citrus #9DB400
RGB
CMYK
RGB Variations
Color information
#9DB400 (or 0x9DB400) is known color: Citrus. HEX triplet: 9D, B4 and 00. RGB value is (157,180,0). Sum of RGB (Red+Green+Blue) = 157+180+0=337 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.59% from 337); Green value is 180 (70.70% from 255 or 53.41% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB400 is #624BFF. Grayscale: #999999. Windows color (decimal): -6441984 or 46237. OLE color: 46237.
HSL color Cylindrical-coordinate representation of color #9DB400: hue angle of 67.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9DB400 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.29 |
| HSL | 67.67º | 1% | 0.35% | - |
| HSV(B) | 67.67º | 1% | 0.71% | - |
| XYZ | 30.23 | 39.81 | 6.09 | - |
| YUV | 152.6 | 41.88 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 0 | 0.13 | 0 | 1 | 0.29 | 67.67 | 1 | 0.35 |
| Hex | 9D | B4 | 0 | D | 0 | 64 | 1D | 44 | 64 | 23 |
| Octal | 235 | 264 | 0 | 15 | 0 | 144 | 35 | 104 | 144 | 43 |
| Binary | 10011101 | 10110100 | 0 | 1101 | 0 | 1100100 | 11101 | 1000100 | 1100100 | 100011 |
Color Harmonies of #9DB400
Complementary color
Monochromatic Colors of #9DB400
Black with #9DB400
Text Example
Text Example
White with #9DB400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB400; }
p { color: rgb(157,180,0); }
H1.HeaderClassName
{
color: #9DB400;
}
.AnyTagClassName
{
color: #9DB400;
}
</style>
background-color css
<style>
a { background-color: #9DB400; }
a { background-color: rgb(157,180,0); }
div.DivClassName
{
background-color: #9DB400;
}
.BgClassName
{
background-color: #9DB400;
}
</style>
border-color css
<style>
span { border-color: #9DB400; }
span { border-color: rgb(157,180,0); }
td.TdClassName
{
border-color: #9DB400;
}
.TagClassName
{
border-color: #9DB400;
}
</style>