Shades of Citrus #8ED010
Tints of Citrus #8ED010
RGB
CMYK
RGB Variations
Color information
#8ED010 (or 0x8ED010) is known color: Citrus. HEX triplet: 8E, D0 and 10. RGB value is (142,208,16). Sum of RGB (Red+Green+Blue) = 142+208+16=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 208 (81.64% from 255 or 56.83% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED010 is #712FEF. Grayscale: #A7A7A7. Windows color (decimal): -7417840 or 1101966. OLE color: 1101966.
HSL color Cylindrical-coordinate representation of color #8ED010: hue angle of 80.62º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8ED010 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 208 | 16 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.18 |
| HSL | 80.63º | 0.86% | 0.44% | - |
| HSV(B) | 80.63º | 0.92% | 0.82% | - |
| XYZ | 33.8 | 50.9 | 8.53 | - |
| YUV | 166.38 | 43.13 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 208 | 16 | 0.32 | 0 | 0.92 | 0.18 | 80.63 | 0.86 | 0.44 |
| Hex | 8E | D0 | 10 | 20 | 0 | 5C | 12 | 51 | 56 | 2C |
| Octal | 216 | 320 | 20 | 40 | 0 | 134 | 22 | 121 | 126 | 54 |
| Binary | 10001110 | 11010000 | 10000 | 100000 | 0 | 1011100 | 10010 | 1010001 | 1010110 | 101100 |
Color Harmonies of #8ED010
Complementary color
Monochromatic Colors of #8ED010
Black with #8ED010
Text Example
Text Example
White with #8ED010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED010; }
p { color: rgb(142,208,16); }
H1.HeaderClassName
{
color: #8ED010;
}
.AnyTagClassName
{
color: #8ED010;
}
</style>
background-color css
<style>
a { background-color: #8ED010; }
a { background-color: rgb(142,208,16); }
div.DivClassName
{
background-color: #8ED010;
}
.BgClassName
{
background-color: #8ED010;
}
</style>
border-color css
<style>
span { border-color: #8ED010; }
span { border-color: rgb(142,208,16); }
td.TdClassName
{
border-color: #8ED010;
}
.TagClassName
{
border-color: #8ED010;
}
</style>