Shades of Citrus #9DB600
Tints of Citrus #9DB600
RGB
CMYK
RGB Variations
Color information
#9DB600 (or 0x9DB600) is known color: Citrus. HEX triplet: 9D, B6 and 00. RGB value is (157,182,0). Sum of RGB (Red+Green+Blue) = 157+182+0=339 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.31% from 339); Green value is 182 (71.48% from 255 or 53.69% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB600 is #6249FF. Grayscale: #9A9A9A. Windows color (decimal): -6441472 or 46749. OLE color: 46749.
HSL color Cylindrical-coordinate representation of color #9DB600: hue angle of 68.24º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9DB600 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 182 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.29 |
| HSL | 68.24º | 1% | 0.36% | - |
| HSV(B) | 68.24º | 1% | 0.71% | - |
| XYZ | 30.63 | 40.62 | 6.23 | - |
| YUV | 153.78 | 41.22 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 182 | 0 | 0.14 | 0 | 1 | 0.29 | 68.24 | 1 | 0.36 |
| Hex | 9D | B6 | 0 | E | 0 | 64 | 1D | 44 | 64 | 24 |
| Octal | 235 | 266 | 0 | 16 | 0 | 144 | 35 | 104 | 144 | 44 |
| Binary | 10011101 | 10110110 | 0 | 1110 | 0 | 1100100 | 11101 | 1000100 | 1100100 | 100100 |
Color Harmonies of #9DB600
Complementary color
Monochromatic Colors of #9DB600
Black with #9DB600
Text Example
Text Example
White with #9DB600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB600; }
p { color: rgb(157,182,0); }
H1.HeaderClassName
{
color: #9DB600;
}
.AnyTagClassName
{
color: #9DB600;
}
</style>
background-color css
<style>
a { background-color: #9DB600; }
a { background-color: rgb(157,182,0); }
div.DivClassName
{
background-color: #9DB600;
}
.BgClassName
{
background-color: #9DB600;
}
</style>
border-color css
<style>
span { border-color: #9DB600; }
span { border-color: rgb(157,182,0); }
td.TdClassName
{
border-color: #9DB600;
}
.TagClassName
{
border-color: #9DB600;
}
</style>