Shades of Citrus #8ED100
Tints of Citrus #8ED100
RGB
CMYK
RGB Variations
Color information
#8ED100 (or 0x8ED100) is known color: Citrus. HEX triplet: 8E, D1 and 00. RGB value is (142,209,0). Sum of RGB (Red+Green+Blue) = 142+209+0=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 209 (82.03% from 255 or 59.54% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED100 is #712EFF. Grayscale: #A5A5A5. Windows color (decimal): -7417600 or 53646. OLE color: 53646.
HSL color Cylindrical-coordinate representation of color #8ED100: hue angle of 79.23º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8ED100 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 209 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.18 |
| HSL | 79.23º | 1% | 0.41% | - |
| HSV(B) | 79.23º | 1% | 0.82% | - |
| XYZ | 33.96 | 51.35 | 8.12 | - |
| YUV | 165.14 | 34.8 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 209 | 0 | 0.32 | 0 | 1 | 0.18 | 79.23 | 1 | 0.41 |
| Hex | 8E | D1 | 0 | 20 | 0 | 64 | 12 | 4F | 64 | 29 |
| Octal | 216 | 321 | 0 | 40 | 0 | 144 | 22 | 117 | 144 | 51 |
| Binary | 10001110 | 11010001 | 0 | 100000 | 0 | 1100100 | 10010 | 1001111 | 1100100 | 101001 |
Color Harmonies of #8ED100
Complementary color
Monochromatic Colors of #8ED100
Black with #8ED100
Text Example
Text Example
White with #8ED100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED100; }
p { color: rgb(142,209,0); }
H1.HeaderClassName
{
color: #8ED100;
}
.AnyTagClassName
{
color: #8ED100;
}
</style>
background-color css
<style>
a { background-color: #8ED100; }
a { background-color: rgb(142,209,0); }
div.DivClassName
{
background-color: #8ED100;
}
.BgClassName
{
background-color: #8ED100;
}
</style>
border-color css
<style>
span { border-color: #8ED100; }
span { border-color: rgb(142,209,0); }
td.TdClassName
{
border-color: #8ED100;
}
.TagClassName
{
border-color: #8ED100;
}
</style>