Shades of Citrus #8DB60E
Tints of Citrus #8DB60E
RGB
CMYK
RGB Variations
Color information
#8DB60E (or 0x8DB60E) is known color: Citrus. HEX triplet: 8D, B6 and 0E. RGB value is (141,182,14). Sum of RGB (Red+Green+Blue) = 141+182+14=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 182 (71.48% from 255 or 54.01% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB60E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DB60E is #7249F1. Grayscale: #979797. Windows color (decimal): -7490034 or 964237. OLE color: 964237.
HSL color Cylindrical-coordinate representation of color #8DB60E: hue angle of 74.64º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8DB60E is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 182 | 14 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.29 |
| HSL | 74.64º | 0.86% | 0.38% | - |
| HSV(B) | 74.64º | 0.92% | 0.71% | - |
| XYZ | 27.79 | 39.15 | 6.51 | - |
| YUV | 150.59 | 50.92 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 14 | 0.23 | 0 | 0.92 | 0.29 | 74.64 | 0.86 | 0.38 |
| Hex | 8D | B6 | E | 17 | 0 | 5C | 1D | 4B | 56 | 26 |
| Octal | 215 | 266 | 16 | 27 | 0 | 134 | 35 | 113 | 126 | 46 |
| Binary | 10001101 | 10110110 | 1110 | 10111 | 0 | 1011100 | 11101 | 1001011 | 1010110 | 100110 |
Color Harmonies of #8DB60E
Complementary color
Monochromatic Colors of #8DB60E
Black with #8DB60E
Text Example
Text Example
White with #8DB60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB60E; }
p { color: rgb(141,182,14); }
H1.HeaderClassName
{
color: #8DB60E;
}
.AnyTagClassName
{
color: #8DB60E;
}
</style>
background-color css
<style>
a { background-color: #8DB60E; }
a { background-color: rgb(141,182,14); }
div.DivClassName
{
background-color: #8DB60E;
}
.BgClassName
{
background-color: #8DB60E;
}
</style>
border-color css
<style>
span { border-color: #8DB60E; }
span { border-color: rgb(141,182,14); }
td.TdClassName
{
border-color: #8DB60E;
}
.TagClassName
{
border-color: #8DB60E;
}
</style>