Shades of Citrus #8EC811
Tints of Citrus #8EC811
RGB
CMYK
RGB Variations
Color information
#8EC811 (or 0x8EC811) is known color: Citrus. HEX triplet: 8E, C8 and 11. RGB value is (142,200,17). Sum of RGB (Red+Green+Blue) = 142+200+17=359 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.55% from 359); Green value is 200 (78.52% from 255 or 55.71% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC811 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC811 is #7137EE. Grayscale: #A2A2A2. Windows color (decimal): -7419887 or 1165454. OLE color: 1165454.
HSL color Cylindrical-coordinate representation of color #8EC811: hue angle of 79.02º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8EC811 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 200 | 17 | - |
| CMYK | 0.29 | 0 | 0.92 | 0.22 |
| HSL | 79.02º | 0.84% | 0.43% | - |
| HSV(B) | 79.02º | 0.92% | 0.78% | - |
| XYZ | 31.91 | 47.1 | 7.94 | - |
| YUV | 161.8 | 46.28 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 200 | 17 | 0.29 | 0 | 0.92 | 0.22 | 79.02 | 0.84 | 0.43 |
| Hex | 8E | C8 | 11 | 1D | 0 | 5C | 16 | 4F | 54 | 2B |
| Octal | 216 | 310 | 21 | 35 | 0 | 134 | 26 | 117 | 124 | 53 |
| Binary | 10001110 | 11001000 | 10001 | 11101 | 0 | 1011100 | 10110 | 1001111 | 1010100 | 101011 |
Color Harmonies of #8EC811
Complementary color
Monochromatic Colors of #8EC811
Black with #8EC811
Text Example
Text Example
White with #8EC811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC811; }
p { color: rgb(142,200,17); }
H1.HeaderClassName
{
color: #8EC811;
}
.AnyTagClassName
{
color: #8EC811;
}
</style>
background-color css
<style>
a { background-color: #8EC811; }
a { background-color: rgb(142,200,17); }
div.DivClassName
{
background-color: #8EC811;
}
.BgClassName
{
background-color: #8EC811;
}
</style>
border-color css
<style>
span { border-color: #8EC811; }
span { border-color: rgb(142,200,17); }
td.TdClassName
{
border-color: #8EC811;
}
.TagClassName
{
border-color: #8EC811;
}
</style>