Shades of Yellow Green #8ED31E
Tints of Yellow Green #8ED31E
RGB
CMYK
RGB Variations
Color information
#8ED31E (or 0x8ED31E) is known color: Yellow Green. HEX triplet: 8E, D3 and 1E. RGB value is (142,211,30). Sum of RGB (Red+Green+Blue) = 142+211+30=383 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.08% from 383); Green value is 211 (82.81% from 255 or 55.09% from 383); Blue value is 30 (12.11% from 255 or 7.83% from 383); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED31E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED31E is #712CE1. Grayscale: #AAAAAA. Windows color (decimal): -7417058 or 2020238. OLE color: 2020238.
HSL color Cylindrical-coordinate representation of color #8ED31E: hue angle of 82.87º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8ED31E is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 142 | 211 | 30 | - |
| CMYK | 0.33 | 0 | 0.86 | 0.17 |
| HSL | 82.87º | 0.75% | 0.47% | - |
| HSV(B) | 82.87º | 0.86% | 0.83% | - |
| XYZ | 34.68 | 52.43 | 9.52 | - |
| YUV | 169.74 | 49.14 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 211 | 30 | 0.33 | 0 | 0.86 | 0.17 | 82.87 | 0.75 | 0.47 |
| Hex | 8E | D3 | 1E | 21 | 0 | 56 | 11 | 53 | 4B | 2F |
| Octal | 216 | 323 | 36 | 41 | 0 | 126 | 21 | 123 | 113 | 57 |
| Binary | 10001110 | 11010011 | 11110 | 100001 | 0 | 1010110 | 10001 | 1010011 | 1001011 | 101111 |
Color Harmonies of #8ED31E
Complementary color
Monochromatic Colors of #8ED31E
Black with #8ED31E
Text Example
Text Example
White with #8ED31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED31E; }
p { color: rgb(142,211,30); }
H1.HeaderClassName
{
color: #8ED31E;
}
.AnyTagClassName
{
color: #8ED31E;
}
</style>
background-color css
<style>
a { background-color: #8ED31E; }
a { background-color: rgb(142,211,30); }
div.DivClassName
{
background-color: #8ED31E;
}
.BgClassName
{
background-color: #8ED31E;
}
</style>
border-color css
<style>
span { border-color: #8ED31E; }
span { border-color: rgb(142,211,30); }
td.TdClassName
{
border-color: #8ED31E;
}
.TagClassName
{
border-color: #8ED31E;
}
</style>