Shades of Citrus #9DB407
Tints of Citrus #9DB407
RGB
CMYK
RGB Variations
Color information
#9DB407 (or 0x9DB407) is known color: Citrus. HEX triplet: 9D, B4 and 07. RGB value is (157,180,7). Sum of RGB (Red+Green+Blue) = 157+180+7=344 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.64% from 344); Green value is 180 (70.70% from 255 or 52.33% from 344); Blue value is 7 (3.12% from 255 or 2.03% from 344); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB407 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB407 is #624BF8. Grayscale: #9A9A9A. Windows color (decimal): -6441977 or 504989. OLE color: 504989.
HSL color Cylindrical-coordinate representation of color #9DB407: hue angle of 67.98º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9DB407 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 7 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.29 |
| HSL | 67.98º | 0.93% | 0.37% | - |
| HSV(B) | 67.98º | 0.96% | 0.71% | - |
| XYZ | 30.26 | 39.83 | 6.29 | - |
| YUV | 153.4 | 45.38 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 7 | 0.13 | 0 | 0.96 | 0.29 | 67.98 | 0.93 | 0.37 |
| Hex | 9D | B4 | 7 | D | 0 | 60 | 1D | 44 | 5D | 25 |
| Octal | 235 | 264 | 7 | 15 | 0 | 140 | 35 | 104 | 135 | 45 |
| Binary | 10011101 | 10110100 | 111 | 1101 | 0 | 1100000 | 11101 | 1000100 | 1011101 | 100101 |
Color Harmonies of #9DB407
Complementary color
Monochromatic Colors of #9DB407
Black with #9DB407
Text Example
Text Example
White with #9DB407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB407; }
p { color: rgb(157,180,7); }
H1.HeaderClassName
{
color: #9DB407;
}
.AnyTagClassName
{
color: #9DB407;
}
</style>
background-color css
<style>
a { background-color: #9DB407; }
a { background-color: rgb(157,180,7); }
div.DivClassName
{
background-color: #9DB407;
}
.BgClassName
{
background-color: #9DB407;
}
</style>
border-color css
<style>
span { border-color: #9DB407; }
span { border-color: rgb(157,180,7); }
td.TdClassName
{
border-color: #9DB407;
}
.TagClassName
{
border-color: #9DB407;
}
</style>