Shades of Citrus #8DB210
Tints of Citrus #8DB210
RGB
CMYK
RGB Variations
Color information
#8DB210 (or 0x8DB210) is known color: Citrus. HEX triplet: 8D, B2 and 10. RGB value is (141,178,16). Sum of RGB (Red+Green+Blue) = 141+178+16=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 178 (69.92% from 255 or 53.13% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DB210 is #724DEF. Grayscale: #959595. Windows color (decimal): -7491056 or 1094285. OLE color: 1094285.
HSL color Cylindrical-coordinate representation of color #8DB210: hue angle of 73.7º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DB210 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 178 | 16 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.30 |
| HSL | 73.7º | 0.84% | 0.38% | - |
| HSV(B) | 73.7º | 0.91% | 0.7% | - |
| XYZ | 27 | 37.54 | 6.31 | - |
| YUV | 148.47 | 53.24 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 16 | 0.21 | 0 | 0.91 | 0.30 | 73.7 | 0.84 | 0.38 |
| Hex | 8D | B2 | 10 | 15 | 0 | 5B | 1E | 4A | 54 | 26 |
| Octal | 215 | 262 | 20 | 25 | 0 | 133 | 36 | 112 | 124 | 46 |
| Binary | 10001101 | 10110010 | 10000 | 10101 | 0 | 1011011 | 11110 | 1001010 | 1010100 | 100110 |
Color Harmonies of #8DB210
Complementary color
Monochromatic Colors of #8DB210
Black with #8DB210
Text Example
Text Example
White with #8DB210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB210; }
p { color: rgb(141,178,16); }
H1.HeaderClassName
{
color: #8DB210;
}
.AnyTagClassName
{
color: #8DB210;
}
</style>
background-color css
<style>
a { background-color: #8DB210; }
a { background-color: rgb(141,178,16); }
div.DivClassName
{
background-color: #8DB210;
}
.BgClassName
{
background-color: #8DB210;
}
</style>
border-color css
<style>
span { border-color: #8DB210; }
span { border-color: rgb(141,178,16); }
td.TdClassName
{
border-color: #8DB210;
}
.TagClassName
{
border-color: #8DB210;
}
</style>