Shades of Citrus #8EC205
Tints of Citrus #8EC205
RGB
CMYK
RGB Variations
Color information
#8EC205 (or 0x8EC205) is known color: Citrus. HEX triplet: 8E, C2 and 05. RGB value is (142,194,5). Sum of RGB (Red+Green+Blue) = 142+194+5=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 194 (76.17% from 255 or 56.89% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 194 - color contains mainly: green. Hex color #8EC205 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC205 is #713DFA. Grayscale: #9D9D9D. Windows color (decimal): -7421435 or 377486. OLE color: 377486.
HSL color Cylindrical-coordinate representation of color #8EC205: hue angle of 76.51º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8EC205 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 194 | 5 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.24 |
| HSL | 76.51º | 0.95% | 0.39% | - |
| HSV(B) | 76.51º | 0.97% | 0.76% | - |
| XYZ | 30.47 | 44.35 | 7.1 | - |
| YUV | 156.91 | 42.27 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 194 | 5 | 0.27 | 0 | 0.97 | 0.24 | 76.51 | 0.95 | 0.39 |
| Hex | 8E | C2 | 5 | 1B | 0 | 61 | 18 | 4D | 5F | 27 |
| Octal | 216 | 302 | 5 | 33 | 0 | 141 | 30 | 115 | 137 | 47 |
| Binary | 10001110 | 11000010 | 101 | 11011 | 0 | 1100001 | 11000 | 1001101 | 1011111 | 100111 |
Color Harmonies of #8EC205
Complementary color
Monochromatic Colors of #8EC205
Black with #8EC205
Text Example
Text Example
White with #8EC205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC205; }
p { color: rgb(142,194,5); }
H1.HeaderClassName
{
color: #8EC205;
}
.AnyTagClassName
{
color: #8EC205;
}
</style>
background-color css
<style>
a { background-color: #8EC205; }
a { background-color: rgb(142,194,5); }
div.DivClassName
{
background-color: #8EC205;
}
.BgClassName
{
background-color: #8EC205;
}
</style>
border-color css
<style>
span { border-color: #8EC205; }
span { border-color: rgb(142,194,5); }
td.TdClassName
{
border-color: #8EC205;
}
.TagClassName
{
border-color: #8EC205;
}
</style>