Shades of Citrus #8ED105
Tints of Citrus #8ED105
RGB
CMYK
RGB Variations
Color information
#8ED105 (or 0x8ED105) is known color: Citrus. HEX triplet: 8E, D1 and 05. RGB value is (142,209,5). Sum of RGB (Red+Green+Blue) = 142+209+5=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 209 (82.03% from 255 or 58.71% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED105 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED105 is #712EFA. Grayscale: #A6A6A6. Windows color (decimal): -7417595 or 381326. OLE color: 381326.
HSL color Cylindrical-coordinate representation of color #8ED105: hue angle of 79.71º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8ED105 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 209 | 5 | - |
| CMYK | 0.32 | 0 | 0.98 | 0.18 |
| HSL | 79.71º | 0.95% | 0.42% | - |
| HSV(B) | 79.71º | 0.98% | 0.82% | - |
| XYZ | 33.98 | 51.36 | 8.27 | - |
| YUV | 165.71 | 37.3 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 209 | 5 | 0.32 | 0 | 0.98 | 0.18 | 79.71 | 0.95 | 0.42 |
| Hex | 8E | D1 | 5 | 20 | 0 | 62 | 12 | 50 | 5F | 2A |
| Octal | 216 | 321 | 5 | 40 | 0 | 142 | 22 | 120 | 137 | 52 |
| Binary | 10001110 | 11010001 | 101 | 100000 | 0 | 1100010 | 10010 | 1010000 | 1011111 | 101010 |
Color Harmonies of #8ED105
Complementary color
Monochromatic Colors of #8ED105
Black with #8ED105
Text Example
Text Example
White with #8ED105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED105; }
p { color: rgb(142,209,5); }
H1.HeaderClassName
{
color: #8ED105;
}
.AnyTagClassName
{
color: #8ED105;
}
</style>
background-color css
<style>
a { background-color: #8ED105; }
a { background-color: rgb(142,209,5); }
div.DivClassName
{
background-color: #8ED105;
}
.BgClassName
{
background-color: #8ED105;
}
</style>
border-color css
<style>
span { border-color: #8ED105; }
span { border-color: rgb(142,209,5); }
td.TdClassName
{
border-color: #8ED105;
}
.TagClassName
{
border-color: #8ED105;
}
</style>