Shades of Citrus #8EC311
Tints of Citrus #8EC311
RGB
CMYK
RGB Variations
Color information
#8EC311 (or 0x8EC311) is known color: Citrus. HEX triplet: 8E, C3 and 11. RGB value is (142,195,17). Sum of RGB (Red+Green+Blue) = 142+195+17=354 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.11% from 354); Green value is 195 (76.56% from 255 or 55.08% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC311 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC311 is #713CEE. Grayscale: #9F9F9F. Windows color (decimal): -7421167 or 1164174. OLE color: 1164174.
HSL color Cylindrical-coordinate representation of color #8EC311: hue angle of 77.87º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8EC311 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 195 | 17 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.24 |
| HSL | 77.87º | 0.84% | 0.42% | - |
| HSV(B) | 77.87º | 0.91% | 0.76% | - |
| XYZ | 30.77 | 44.82 | 7.56 | - |
| YUV | 158.86 | 47.94 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 17 | 0.27 | 0 | 0.91 | 0.24 | 77.87 | 0.84 | 0.42 |
| Hex | 8E | C3 | 11 | 1B | 0 | 5B | 18 | 4E | 54 | 2A |
| Octal | 216 | 303 | 21 | 33 | 0 | 133 | 30 | 116 | 124 | 52 |
| Binary | 10001110 | 11000011 | 10001 | 11011 | 0 | 1011011 | 11000 | 1001110 | 1010100 | 101010 |
Color Harmonies of #8EC311
Complementary color
Monochromatic Colors of #8EC311
Black with #8EC311
Text Example
Text Example
White with #8EC311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC311; }
p { color: rgb(142,195,17); }
H1.HeaderClassName
{
color: #8EC311;
}
.AnyTagClassName
{
color: #8EC311;
}
</style>
background-color css
<style>
a { background-color: #8EC311; }
a { background-color: rgb(142,195,17); }
div.DivClassName
{
background-color: #8EC311;
}
.BgClassName
{
background-color: #8EC311;
}
</style>
border-color css
<style>
span { border-color: #8EC311; }
span { border-color: rgb(142,195,17); }
td.TdClassName
{
border-color: #8EC311;
}
.TagClassName
{
border-color: #8EC311;
}
</style>