Shades of Citrus #8DB511
Tints of Citrus #8DB511
RGB
CMYK
RGB Variations
Color information
#8DB511 (or 0x8DB511) is known color: Citrus. HEX triplet: 8D, B5 and 11. RGB value is (141,181,17). Sum of RGB (Red+Green+Blue) = 141+181+17=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 181 (71.09% from 255 or 53.39% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB511 is #724AEE. Grayscale: #969696. Windows color (decimal): -7490287 or 1160589. OLE color: 1160589.
HSL color Cylindrical-coordinate representation of color #8DB511: hue angle of 74.63º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DB511 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 181 | 17 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.29 |
| HSL | 74.63º | 0.83% | 0.39% | - |
| HSV(B) | 74.63º | 0.91% | 0.71% | - |
| XYZ | 27.61 | 38.75 | 6.55 | - |
| YUV | 150.34 | 52.75 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 17 | 0.22 | 0 | 0.91 | 0.29 | 74.63 | 0.83 | 0.39 |
| Hex | 8D | B5 | 11 | 16 | 0 | 5B | 1D | 4B | 53 | 27 |
| Octal | 215 | 265 | 21 | 26 | 0 | 133 | 35 | 113 | 123 | 47 |
| Binary | 10001101 | 10110101 | 10001 | 10110 | 0 | 1011011 | 11101 | 1001011 | 1010011 | 100111 |
Color Harmonies of #8DB511
Complementary color
Monochromatic Colors of #8DB511
Black with #8DB511
Text Example
Text Example
White with #8DB511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB511; }
p { color: rgb(141,181,17); }
H1.HeaderClassName
{
color: #8DB511;
}
.AnyTagClassName
{
color: #8DB511;
}
</style>
background-color css
<style>
a { background-color: #8DB511; }
a { background-color: rgb(141,181,17); }
div.DivClassName
{
background-color: #8DB511;
}
.BgClassName
{
background-color: #8DB511;
}
</style>
border-color css
<style>
span { border-color: #8DB511; }
span { border-color: rgb(141,181,17); }
td.TdClassName
{
border-color: #8DB511;
}
.TagClassName
{
border-color: #8DB511;
}
</style>