Shades of Citrus #8DB20E
Tints of Citrus #8DB20E
RGB
CMYK
RGB Variations
Color information
#8DB20E (or 0x8DB20E) is known color: Citrus. HEX triplet: 8D, B2 and 0E. RGB value is (141,178,14). Sum of RGB (Red+Green+Blue) = 141+178+14=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 178 (69.92% from 255 or 53.45% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DB20E is #724DF1. Grayscale: #949494. Windows color (decimal): -7491058 or 963213. OLE color: 963213.
HSL color Cylindrical-coordinate representation of color #8DB20E: hue angle of 73.54º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8DB20E is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 178 | 14 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.30 |
| HSL | 73.54º | 0.85% | 0.38% | - |
| HSV(B) | 73.54º | 0.92% | 0.7% | - |
| XYZ | 26.98 | 37.54 | 6.24 | - |
| YUV | 148.24 | 52.24 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 14 | 0.21 | 0 | 0.92 | 0.30 | 73.54 | 0.85 | 0.38 |
| Hex | 8D | B2 | E | 15 | 0 | 5C | 1E | 4A | 55 | 26 |
| Octal | 215 | 262 | 16 | 25 | 0 | 134 | 36 | 112 | 125 | 46 |
| Binary | 10001101 | 10110010 | 1110 | 10101 | 0 | 1011100 | 11110 | 1001010 | 1010101 | 100110 |
Color Harmonies of #8DB20E
Complementary color
Monochromatic Colors of #8DB20E
Black with #8DB20E
Text Example
Text Example
White with #8DB20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB20E; }
p { color: rgb(141,178,14); }
H1.HeaderClassName
{
color: #8DB20E;
}
.AnyTagClassName
{
color: #8DB20E;
}
</style>
background-color css
<style>
a { background-color: #8DB20E; }
a { background-color: rgb(141,178,14); }
div.DivClassName
{
background-color: #8DB20E;
}
.BgClassName
{
background-color: #8DB20E;
}
</style>
border-color css
<style>
span { border-color: #8DB20E; }
span { border-color: rgb(141,178,14); }
td.TdClassName
{
border-color: #8DB20E;
}
.TagClassName
{
border-color: #8DB20E;
}
</style>