Shades of Yellow Green #8ED12C
Tints of Yellow Green #8ED12C
RGB
CMYK
RGB Variations
Color information
#8ED12C (or 0x8ED12C) is known color: Yellow Green. HEX triplet: 8E, D1 and 2C. RGB value is (142,209,44). Sum of RGB (Red+Green+Blue) = 142+209+44=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 209 (82.03% from 255 or 52.91% from 395); Blue value is 44 (17.58% from 255 or 11.14% from 395); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED12C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED12C is #712ED3. Grayscale: #AAAAAA. Windows color (decimal): -7417556 or 2937230. OLE color: 2937230.
HSL color Cylindrical-coordinate representation of color #8ED12C: hue angle of 84.36º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8ED12C is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 209 | 44 | - |
| CMYK | 0.32 | 0 | 0.79 | 0.18 |
| HSL | 84.36º | 0.65% | 0.5% | - |
| HSV(B) | 84.36º | 0.79% | 0.82% | - |
| XYZ | 34.41 | 51.53 | 10.52 | - |
| YUV | 170.16 | 56.8 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 209 | 44 | 0.32 | 0 | 0.79 | 0.18 | 84.36 | 0.65 | 0.5 |
| Hex | 8E | D1 | 2C | 20 | 0 | 4F | 12 | 54 | 41 | 32 |
| Octal | 216 | 321 | 54 | 40 | 0 | 117 | 22 | 124 | 101 | 62 |
| Binary | 10001110 | 11010001 | 101100 | 100000 | 0 | 1001111 | 10010 | 1010100 | 1000001 | 110010 |
Color Harmonies of #8ED12C
Complementary color
Monochromatic Colors of #8ED12C
Black with #8ED12C
Text Example
Text Example
White with #8ED12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED12C; }
p { color: rgb(142,209,44); }
H1.HeaderClassName
{
color: #8ED12C;
}
.AnyTagClassName
{
color: #8ED12C;
}
</style>
background-color css
<style>
a { background-color: #8ED12C; }
a { background-color: rgb(142,209,44); }
div.DivClassName
{
background-color: #8ED12C;
}
.BgClassName
{
background-color: #8ED12C;
}
</style>
border-color css
<style>
span { border-color: #8ED12C; }
span { border-color: rgb(142,209,44); }
td.TdClassName
{
border-color: #8ED12C;
}
.TagClassName
{
border-color: #8ED12C;
}
</style>