Shades of Yellow Green #8ECD20
Tints of Yellow Green #8ECD20
RGB
CMYK
RGB Variations
Color information
#8ECD20 (or 0x8ECD20) is known color: Yellow Green. HEX triplet: 8E, CD and 20. RGB value is (142,205,32). Sum of RGB (Red+Green+Blue) = 142+205+32=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 205 (80.47% from 255 or 54.09% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECD20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ECD20 is #7132DF. Grayscale: #A7A7A7. Windows color (decimal): -7418592 or 2149774. OLE color: 2149774.
HSL color Cylindrical-coordinate representation of color #8ECD20: hue angle of 81.85º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8ECD20 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 205 | 32 | - |
| CMYK | 0.31 | 0 | 0.84 | 0.20 |
| HSL | 81.85º | 0.73% | 0.46% | - |
| HSV(B) | 81.85º | 0.84% | 0.8% | - |
| XYZ | 33.25 | 49.52 | 9.17 | - |
| YUV | 166.44 | 52.13 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 205 | 32 | 0.31 | 0 | 0.84 | 0.20 | 81.85 | 0.73 | 0.46 |
| Hex | 8E | CD | 20 | 1F | 0 | 54 | 14 | 52 | 49 | 2E |
| Octal | 216 | 315 | 40 | 37 | 0 | 124 | 24 | 122 | 111 | 56 |
| Binary | 10001110 | 11001101 | 100000 | 11111 | 0 | 1010100 | 10100 | 1010010 | 1001001 | 101110 |
Color Harmonies of #8ECD20
Complementary color
Monochromatic Colors of #8ECD20
Black with #8ECD20
Text Example
Text Example
White with #8ECD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECD20; }
p { color: rgb(142,205,32); }
H1.HeaderClassName
{
color: #8ECD20;
}
.AnyTagClassName
{
color: #8ECD20;
}
</style>
background-color css
<style>
a { background-color: #8ECD20; }
a { background-color: rgb(142,205,32); }
div.DivClassName
{
background-color: #8ECD20;
}
.BgClassName
{
background-color: #8ECD20;
}
</style>
border-color css
<style>
span { border-color: #8ECD20; }
span { border-color: rgb(142,205,32); }
td.TdClassName
{
border-color: #8ECD20;
}
.TagClassName
{
border-color: #8ECD20;
}
</style>