Shades of Citrus #8EC815
Tints of Citrus #8EC815
RGB
CMYK
RGB Variations
Color information
#8EC815 (or 0x8EC815) is known color: Citrus. HEX triplet: 8E, C8 and 15. RGB value is (142,200,21). Sum of RGB (Red+Green+Blue) = 142+200+21=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 200 (78.52% from 255 or 55.10% from 363); Blue value is 21 (8.59% from 255 or 5.79% from 363); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC815 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC815 is #7137EA. Grayscale: #A2A2A2. Windows color (decimal): -7419883 or 1427598. OLE color: 1427598.
HSL color Cylindrical-coordinate representation of color #8EC815: hue angle of 79.44º 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 #8EC815 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 200 | 21 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.22 |
| HSL | 79.44º | 0.81% | 0.43% | - |
| HSV(B) | 79.44º | 0.9% | 0.78% | - |
| XYZ | 31.94 | 47.11 | 8.12 | - |
| YUV | 162.25 | 48.28 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 200 | 21 | 0.29 | 0 | 0.90 | 0.22 | 79.44 | 0.81 | 0.43 |
| Hex | 8E | C8 | 15 | 1D | 0 | 5A | 16 | 4F | 51 | 2B |
| Octal | 216 | 310 | 25 | 35 | 0 | 132 | 26 | 117 | 121 | 53 |
| Binary | 10001110 | 11001000 | 10101 | 11101 | 0 | 1011010 | 10110 | 1001111 | 1010001 | 101011 |
Color Harmonies of #8EC815
Complementary color
Monochromatic Colors of #8EC815
Black with #8EC815
Text Example
Text Example
White with #8EC815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC815; }
p { color: rgb(142,200,21); }
H1.HeaderClassName
{
color: #8EC815;
}
.AnyTagClassName
{
color: #8EC815;
}
</style>
background-color css
<style>
a { background-color: #8EC815; }
a { background-color: rgb(142,200,21); }
div.DivClassName
{
background-color: #8EC815;
}
.BgClassName
{
background-color: #8EC815;
}
</style>
border-color css
<style>
span { border-color: #8EC815; }
span { border-color: rgb(142,200,21); }
td.TdClassName
{
border-color: #8EC815;
}
.TagClassName
{
border-color: #8EC815;
}
</style>