Shades of Citrus #9DB504
Tints of Citrus #9DB504
RGB
CMYK
RGB Variations
Color information
#9DB504 (or 0x9DB504) is known color: Citrus. HEX triplet: 9D, B5 and 04. RGB value is (157,181,4). Sum of RGB (Red+Green+Blue) = 157+181+4=342 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.91% from 342); Green value is 181 (71.09% from 255 or 52.92% from 342); Blue value is 4 (1.95% from 255 or 1.17% from 342); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB504 is #624AFB. Grayscale: #9A9A9A. Windows color (decimal): -6441724 or 308637. OLE color: 308637.
HSL color Cylindrical-coordinate representation of color #9DB504: hue angle of 68.14º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9DB504 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 181 | 4 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.29 |
| HSL | 68.14º | 0.96% | 0.36% | - |
| HSV(B) | 68.14º | 0.98% | 0.71% | - |
| XYZ | 30.45 | 40.22 | 6.27 | - |
| YUV | 153.65 | 43.55 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 181 | 4 | 0.13 | 0 | 0.98 | 0.29 | 68.14 | 0.96 | 0.36 |
| Hex | 9D | B5 | 4 | D | 0 | 62 | 1D | 44 | 60 | 24 |
| Octal | 235 | 265 | 4 | 15 | 0 | 142 | 35 | 104 | 140 | 44 |
| Binary | 10011101 | 10110101 | 100 | 1101 | 0 | 1100010 | 11101 | 1000100 | 1100000 | 100100 |
Color Harmonies of #9DB504
Complementary color
Monochromatic Colors of #9DB504
Black with #9DB504
Text Example
Text Example
White with #9DB504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB504; }
p { color: rgb(157,181,4); }
H1.HeaderClassName
{
color: #9DB504;
}
.AnyTagClassName
{
color: #9DB504;
}
</style>
background-color css
<style>
a { background-color: #9DB504; }
a { background-color: rgb(157,181,4); }
div.DivClassName
{
background-color: #9DB504;
}
.BgClassName
{
background-color: #9DB504;
}
</style>
border-color css
<style>
span { border-color: #9DB504; }
span { border-color: rgb(157,181,4); }
td.TdClassName
{
border-color: #9DB504;
}
.TagClassName
{
border-color: #9DB504;
}
</style>