Shades of Citrus #8EC615
Tints of Citrus #8EC615
RGB
CMYK
RGB Variations
Color information
#8EC615 (or 0x8EC615) is known color: Citrus. HEX triplet: 8E, C6 and 15. RGB value is (142,198,21). Sum of RGB (Red+Green+Blue) = 142+198+21=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 198 (77.73% from 255 or 54.85% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 198 - color contains mainly: green. Hex color #8EC615 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC615 is #7139EA. Grayscale: #A1A1A1. Windows color (decimal): -7420395 or 1427086. OLE color: 1427086.
HSL color Cylindrical-coordinate representation of color #8EC615: hue angle of 78.98º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8EC615 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 198 | 21 | - |
| CMYK | 0.28 | 0 | 0.89 | 0.22 |
| HSL | 78.98º | 0.81% | 0.43% | - |
| HSV(B) | 78.98º | 0.89% | 0.78% | - |
| XYZ | 31.48 | 46.19 | 7.97 | - |
| YUV | 161.08 | 48.95 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 198 | 21 | 0.28 | 0 | 0.89 | 0.22 | 78.98 | 0.81 | 0.43 |
| Hex | 8E | C6 | 15 | 1C | 0 | 59 | 16 | 4F | 51 | 2B |
| Octal | 216 | 306 | 25 | 34 | 0 | 131 | 26 | 117 | 121 | 53 |
| Binary | 10001110 | 11000110 | 10101 | 11100 | 0 | 1011001 | 10110 | 1001111 | 1010001 | 101011 |
Color Harmonies of #8EC615
Complementary color
Monochromatic Colors of #8EC615
Black with #8EC615
Text Example
Text Example
White with #8EC615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC615; }
p { color: rgb(142,198,21); }
H1.HeaderClassName
{
color: #8EC615;
}
.AnyTagClassName
{
color: #8EC615;
}
</style>
background-color css
<style>
a { background-color: #8EC615; }
a { background-color: rgb(142,198,21); }
div.DivClassName
{
background-color: #8EC615;
}
.BgClassName
{
background-color: #8EC615;
}
</style>
border-color css
<style>
span { border-color: #8EC615; }
span { border-color: rgb(142,198,21); }
td.TdClassName
{
border-color: #8EC615;
}
.TagClassName
{
border-color: #8EC615;
}
</style>