Shades of Citrus #8ED10F
Tints of Citrus #8ED10F
RGB
CMYK
RGB Variations
Color information
#8ED10F (or 0x8ED10F) is known color: Citrus. HEX triplet: 8E, D1 and 0F. RGB value is (142,209,15). Sum of RGB (Red+Green+Blue) = 142+209+15=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 209 (82.03% from 255 or 57.10% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED10F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ED10F is #712EF0. Grayscale: #A7A7A7. Windows color (decimal): -7417585 or 1036686. OLE color: 1036686.
HSL color Cylindrical-coordinate representation of color #8ED10F: hue angle of 80.72º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8ED10F is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 209 | 15 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.18 |
| HSL | 80.72º | 0.87% | 0.44% | - |
| HSV(B) | 80.72º | 0.93% | 0.82% | - |
| XYZ | 34.04 | 51.39 | 8.58 | - |
| YUV | 166.85 | 42.3 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 209 | 15 | 0.32 | 0 | 0.93 | 0.18 | 80.72 | 0.87 | 0.44 |
| Hex | 8E | D1 | F | 20 | 0 | 5D | 12 | 51 | 57 | 2C |
| Octal | 216 | 321 | 17 | 40 | 0 | 135 | 22 | 121 | 127 | 54 |
| Binary | 10001110 | 11010001 | 1111 | 100000 | 0 | 1011101 | 10010 | 1010001 | 1010111 | 101100 |
Color Harmonies of #8ED10F
Complementary color
Monochromatic Colors of #8ED10F
Black with #8ED10F
Text Example
Text Example
White with #8ED10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED10F; }
p { color: rgb(142,209,15); }
H1.HeaderClassName
{
color: #8ED10F;
}
.AnyTagClassName
{
color: #8ED10F;
}
</style>
background-color css
<style>
a { background-color: #8ED10F; }
a { background-color: rgb(142,209,15); }
div.DivClassName
{
background-color: #8ED10F;
}
.BgClassName
{
background-color: #8ED10F;
}
</style>
border-color css
<style>
span { border-color: #8ED10F; }
span { border-color: rgb(142,209,15); }
td.TdClassName
{
border-color: #8ED10F;
}
.TagClassName
{
border-color: #8ED10F;
}
</style>