Shades of Yellow Green #8ED021
Tints of Yellow Green #8ED021
RGB
CMYK
RGB Variations
Color information
#8ED021 (or 0x8ED021) is known color: Yellow Green. HEX triplet: 8E, D0 and 21. RGB value is (142,208,33). Sum of RGB (Red+Green+Blue) = 142+208+33=383 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.08% from 383); Green value is 208 (81.64% from 255 or 54.31% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED021 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED021 is #712FDE. Grayscale: #A8A8A8. Windows color (decimal): -7417823 or 2216078. OLE color: 2216078.
HSL color Cylindrical-coordinate representation of color #8ED021: hue angle of 82.63º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8ED021 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 208 | 33 | - |
| CMYK | 0.32 | 0 | 0.84 | 0.18 |
| HSL | 82.63º | 0.73% | 0.47% | - |
| HSV(B) | 82.63º | 0.84% | 0.82% | - |
| XYZ | 33.99 | 50.97 | 9.49 | - |
| YUV | 168.32 | 51.63 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 208 | 33 | 0.32 | 0 | 0.84 | 0.18 | 82.63 | 0.73 | 0.47 |
| Hex | 8E | D0 | 21 | 20 | 0 | 54 | 12 | 53 | 49 | 2F |
| Octal | 216 | 320 | 41 | 40 | 0 | 124 | 22 | 123 | 111 | 57 |
| Binary | 10001110 | 11010000 | 100001 | 100000 | 0 | 1010100 | 10010 | 1010011 | 1001001 | 101111 |
Color Harmonies of #8ED021
Complementary color
Monochromatic Colors of #8ED021
Black with #8ED021
Text Example
Text Example
White with #8ED021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED021; }
p { color: rgb(142,208,33); }
H1.HeaderClassName
{
color: #8ED021;
}
.AnyTagClassName
{
color: #8ED021;
}
</style>
background-color css
<style>
a { background-color: #8ED021; }
a { background-color: rgb(142,208,33); }
div.DivClassName
{
background-color: #8ED021;
}
.BgClassName
{
background-color: #8ED021;
}
</style>
border-color css
<style>
span { border-color: #8ED021; }
span { border-color: rgb(142,208,33); }
td.TdClassName
{
border-color: #8ED021;
}
.TagClassName
{
border-color: #8ED021;
}
</style>