Shades of Citrus #8DBD0D
Tints of Citrus #8DBD0D
RGB
CMYK
RGB Variations
Color information
#8DBD0D (or 0x8DBD0D) is known color: Citrus. HEX triplet: 8D, BD and 0D. RGB value is (141,189,13). Sum of RGB (Red+Green+Blue) = 141+189+13=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 189 (74.22% from 255 or 55.10% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBD0D is #7242F2. Grayscale: #9B9B9B. Windows color (decimal): -7488243 or 900493. OLE color: 900493.
HSL color Cylindrical-coordinate representation of color #8DBD0D: hue angle of 76.36º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8DBD0D is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 189 | 13 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.26 |
| HSL | 76.36º | 0.87% | 0.4% | - |
| HSV(B) | 76.36º | 0.93% | 0.74% | - |
| XYZ | 29.25 | 42.09 | 6.96 | - |
| YUV | 154.58 | 48.1 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 13 | 0.25 | 0 | 0.93 | 0.26 | 76.36 | 0.87 | 0.4 |
| Hex | 8D | BD | D | 19 | 0 | 5D | 1A | 4C | 57 | 28 |
| Octal | 215 | 275 | 15 | 31 | 0 | 135 | 32 | 114 | 127 | 50 |
| Binary | 10001101 | 10111101 | 1101 | 11001 | 0 | 1011101 | 11010 | 1001100 | 1010111 | 101000 |
Color Harmonies of #8DBD0D
Complementary color
Monochromatic Colors of #8DBD0D
Black with #8DBD0D
Text Example
Text Example
White with #8DBD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBD0D; }
p { color: rgb(141,189,13); }
H1.HeaderClassName
{
color: #8DBD0D;
}
.AnyTagClassName
{
color: #8DBD0D;
}
</style>
background-color css
<style>
a { background-color: #8DBD0D; }
a { background-color: rgb(141,189,13); }
div.DivClassName
{
background-color: #8DBD0D;
}
.BgClassName
{
background-color: #8DBD0D;
}
</style>
border-color css
<style>
span { border-color: #8DBD0D; }
span { border-color: rgb(141,189,13); }
td.TdClassName
{
border-color: #8DBD0D;
}
.TagClassName
{
border-color: #8DBD0D;
}
</style>