Shades of Citrus #8EC70B
Tints of Citrus #8EC70B
RGB
CMYK
RGB Variations
Color information
#8EC70B (or 0x8EC70B) is known color: Citrus. HEX triplet: 8E, C7 and 0B. RGB value is (142,199,11). Sum of RGB (Red+Green+Blue) = 142+199+11=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 199 (78.12% from 255 or 56.53% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 199 - color contains mainly: green. Hex color #8EC70B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC70B is #7138F4. Grayscale: #A1A1A1. Windows color (decimal): -7420149 or 771982. OLE color: 771982.
HSL color Cylindrical-coordinate representation of color #8EC70B: hue angle of 78.19º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8EC70B is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 199 | 11 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.22 |
| HSL | 78.19º | 0.9% | 0.41% | - |
| HSV(B) | 78.19º | 0.94% | 0.78% | - |
| XYZ | 31.64 | 46.62 | 7.65 | - |
| YUV | 160.53 | 43.62 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 199 | 11 | 0.29 | 0 | 0.94 | 0.22 | 78.19 | 0.9 | 0.41 |
| Hex | 8E | C7 | B | 1D | 0 | 5E | 16 | 4E | 5A | 29 |
| Octal | 216 | 307 | 13 | 35 | 0 | 136 | 26 | 116 | 132 | 51 |
| Binary | 10001110 | 11000111 | 1011 | 11101 | 0 | 1011110 | 10110 | 1001110 | 1011010 | 101001 |
Color Harmonies of #8EC70B
Complementary color
Monochromatic Colors of #8EC70B
Black with #8EC70B
Text Example
Text Example
White with #8EC70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC70B; }
p { color: rgb(142,199,11); }
H1.HeaderClassName
{
color: #8EC70B;
}
.AnyTagClassName
{
color: #8EC70B;
}
</style>
background-color css
<style>
a { background-color: #8EC70B; }
a { background-color: rgb(142,199,11); }
div.DivClassName
{
background-color: #8EC70B;
}
.BgClassName
{
background-color: #8EC70B;
}
</style>
border-color css
<style>
span { border-color: #8EC70B; }
span { border-color: rgb(142,199,11); }
td.TdClassName
{
border-color: #8EC70B;
}
.TagClassName
{
border-color: #8EC70B;
}
</style>