Shades of Citrus #8EC411
Tints of Citrus #8EC411
RGB
CMYK
RGB Variations
Color information
#8EC411 (or 0x8EC411) is known color: Citrus. HEX triplet: 8E, C4 and 11. RGB value is (142,196,17). Sum of RGB (Red+Green+Blue) = 142+196+17=355 (47% of max value = 765). Red value is 142 (55.86% from 255 or 40% from 355); Green value is 196 (76.95% from 255 or 55.21% from 355); Blue value is 17 (7.03% from 255 or 4.79% from 355); Max value from RGB is 196 - color contains mainly: green. Hex color #8EC411 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC411 is #713BEE. Grayscale: #A0A0A0. Windows color (decimal): -7420911 or 1164430. OLE color: 1164430.
HSL color Cylindrical-coordinate representation of color #8EC411: hue angle of 78.1º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8EC411 is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 196 | 17 | - |
| CMYK | 0.28 | 0 | 0.91 | 0.23 |
| HSL | 78.1º | 0.84% | 0.42% | - |
| HSV(B) | 78.1º | 0.91% | 0.77% | - |
| XYZ | 31 | 45.27 | 7.63 | - |
| YUV | 159.45 | 47.61 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 196 | 17 | 0.28 | 0 | 0.91 | 0.23 | 78.1 | 0.84 | 0.42 |
| Hex | 8E | C4 | 11 | 1C | 0 | 5B | 17 | 4E | 54 | 2A |
| Octal | 216 | 304 | 21 | 34 | 0 | 133 | 27 | 116 | 124 | 52 |
| Binary | 10001110 | 11000100 | 10001 | 11100 | 0 | 1011011 | 10111 | 1001110 | 1010100 | 101010 |
Color Harmonies of #8EC411
Complementary color
Monochromatic Colors of #8EC411
Black with #8EC411
Text Example
Text Example
White with #8EC411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC411; }
p { color: rgb(142,196,17); }
H1.HeaderClassName
{
color: #8EC411;
}
.AnyTagClassName
{
color: #8EC411;
}
</style>
background-color css
<style>
a { background-color: #8EC411; }
a { background-color: rgb(142,196,17); }
div.DivClassName
{
background-color: #8EC411;
}
.BgClassName
{
background-color: #8EC411;
}
</style>
border-color css
<style>
span { border-color: #8EC411; }
span { border-color: rgb(142,196,17); }
td.TdClassName
{
border-color: #8EC411;
}
.TagClassName
{
border-color: #8EC411;
}
</style>