Shades of Citrus #8DBD11
Tints of Citrus #8DBD11
RGB
CMYK
RGB Variations
Color information
#8DBD11 (or 0x8DBD11) is known color: Citrus. HEX triplet: 8D, BD and 11. RGB value is (141,189,17). Sum of RGB (Red+Green+Blue) = 141+189+17=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 189 (74.22% from 255 or 54.47% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBD11 is #7242EE. Grayscale: #9B9B9B. Windows color (decimal): -7488239 or 1162637. OLE color: 1162637.
HSL color Cylindrical-coordinate representation of color #8DBD11: hue angle of 76.74º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DBD11 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 189 | 17 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.26 |
| HSL | 76.74º | 0.83% | 0.4% | - |
| HSV(B) | 76.74º | 0.91% | 0.74% | - |
| XYZ | 29.28 | 42.1 | 7.11 | - |
| YUV | 155.04 | 50.1 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 17 | 0.25 | 0 | 0.91 | 0.26 | 76.74 | 0.83 | 0.4 |
| Hex | 8D | BD | 11 | 19 | 0 | 5B | 1A | 4D | 53 | 28 |
| Octal | 215 | 275 | 21 | 31 | 0 | 133 | 32 | 115 | 123 | 50 |
| Binary | 10001101 | 10111101 | 10001 | 11001 | 0 | 1011011 | 11010 | 1001101 | 1010011 | 101000 |
Color Harmonies of #8DBD11
Complementary color
Monochromatic Colors of #8DBD11
Black with #8DBD11
Text Example
Text Example
White with #8DBD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBD11; }
p { color: rgb(141,189,17); }
H1.HeaderClassName
{
color: #8DBD11;
}
.AnyTagClassName
{
color: #8DBD11;
}
</style>
background-color css
<style>
a { background-color: #8DBD11; }
a { background-color: rgb(141,189,17); }
div.DivClassName
{
background-color: #8DBD11;
}
.BgClassName
{
background-color: #8DBD11;
}
</style>
border-color css
<style>
span { border-color: #8DBD11; }
span { border-color: rgb(141,189,17); }
td.TdClassName
{
border-color: #8DBD11;
}
.TagClassName
{
border-color: #8DBD11;
}
</style>