Shades of Citrus #8DB211
Tints of Citrus #8DB211
RGB
CMYK
RGB Variations
Color information
#8DB211 (or 0x8DB211) is known color: Citrus. HEX triplet: 8D, B2 and 11. RGB value is (141,178,17). Sum of RGB (Red+Green+Blue) = 141+178+17=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 178 (69.92% from 255 or 52.98% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DB211 is #724DEE. Grayscale: #959595. Windows color (decimal): -7491055 or 1159821. OLE color: 1159821.
HSL color Cylindrical-coordinate representation of color #8DB211: hue angle of 73.79º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8DB211 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 178 | 17 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.30 |
| HSL | 73.79º | 0.83% | 0.38% | - |
| HSV(B) | 73.79º | 0.9% | 0.7% | - |
| XYZ | 27.01 | 37.54 | 6.35 | - |
| YUV | 148.58 | 53.74 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 17 | 0.21 | 0 | 0.90 | 0.30 | 73.79 | 0.83 | 0.38 |
| Hex | 8D | B2 | 11 | 15 | 0 | 5A | 1E | 4A | 53 | 26 |
| Octal | 215 | 262 | 21 | 25 | 0 | 132 | 36 | 112 | 123 | 46 |
| Binary | 10001101 | 10110010 | 10001 | 10101 | 0 | 1011010 | 11110 | 1001010 | 1010011 | 100110 |
Color Harmonies of #8DB211
Complementary color
Monochromatic Colors of #8DB211
Black with #8DB211
Text Example
Text Example
White with #8DB211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB211; }
p { color: rgb(141,178,17); }
H1.HeaderClassName
{
color: #8DB211;
}
.AnyTagClassName
{
color: #8DB211;
}
</style>
background-color css
<style>
a { background-color: #8DB211; }
a { background-color: rgb(141,178,17); }
div.DivClassName
{
background-color: #8DB211;
}
.BgClassName
{
background-color: #8DB211;
}
</style>
border-color css
<style>
span { border-color: #8DB211; }
span { border-color: rgb(141,178,17); }
td.TdClassName
{
border-color: #8DB211;
}
.TagClassName
{
border-color: #8DB211;
}
</style>