Shades of Citrus #9DB205
Tints of Citrus #9DB205
RGB
CMYK
RGB Variations
Color information
#9DB205 (or 0x9DB205) is known color: Citrus. HEX triplet: 9D, B2 and 05. RGB value is (157,178,5). Sum of RGB (Red+Green+Blue) = 157+178+5=340 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.18% from 340); Green value is 178 (69.92% from 255 or 52.35% from 340); Blue value is 5 (2.34% from 255 or 1.47% from 340); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DB205 is #624DFA. Grayscale: #989898. Windows color (decimal): -6442491 or 373405. OLE color: 373405.
HSL color Cylindrical-coordinate representation of color #9DB205: hue angle of 67.28º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9DB205 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 5 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.30 |
| HSL | 67.28º | 0.95% | 0.36% | - |
| HSV(B) | 67.28º | 0.97% | 0.7% | - |
| XYZ | 29.85 | 39.02 | 6.1 | - |
| YUV | 152 | 45.04 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 5 | 0.12 | 0 | 0.97 | 0.30 | 67.28 | 0.95 | 0.36 |
| Hex | 9D | B2 | 5 | C | 0 | 61 | 1E | 43 | 5F | 24 |
| Octal | 235 | 262 | 5 | 14 | 0 | 141 | 36 | 103 | 137 | 44 |
| Binary | 10011101 | 10110010 | 101 | 1100 | 0 | 1100001 | 11110 | 1000011 | 1011111 | 100100 |
Color Harmonies of #9DB205
Complementary color
Monochromatic Colors of #9DB205
Black with #9DB205
Text Example
Text Example
White with #9DB205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB205; }
p { color: rgb(157,178,5); }
H1.HeaderClassName
{
color: #9DB205;
}
.AnyTagClassName
{
color: #9DB205;
}
</style>
background-color css
<style>
a { background-color: #9DB205; }
a { background-color: rgb(157,178,5); }
div.DivClassName
{
background-color: #9DB205;
}
.BgClassName
{
background-color: #9DB205;
}
</style>
border-color css
<style>
span { border-color: #9DB205; }
span { border-color: rgb(157,178,5); }
td.TdClassName
{
border-color: #9DB205;
}
.TagClassName
{
border-color: #9DB205;
}
</style>