Shades of Yellow Green #8ED82C
Tints of Yellow Green #8ED82C
RGB
CMYK
RGB Variations
Color information
#8ED82C (or 0x8ED82C) is known color: Yellow Green. HEX triplet: 8E, D8 and 2C. RGB value is (142,216,44). Sum of RGB (Red+Green+Blue) = 142+216+44=402 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.32% from 402); Green value is 216 (84.77% from 255 or 53.73% from 402); Blue value is 44 (17.58% from 255 or 10.95% from 402); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED82C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED82C is #7127D3. Grayscale: #AEAEAE. Windows color (decimal): -7415764 or 2939022. OLE color: 2939022.
HSL color Cylindrical-coordinate representation of color #8ED82C: hue angle of 85.81º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8ED82C is Cyan = 0.34, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 216 | 44 | - |
| CMYK | 0.34 | 0 | 0.80 | 0.15 |
| HSL | 85.81º | 0.69% | 0.51% | - |
| HSV(B) | 85.81º | 0.8% | 0.85% | - |
| XYZ | 36.17 | 55.04 | 11.1 | - |
| YUV | 174.27 | 54.48 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 216 | 44 | 0.34 | 0 | 0.80 | 0.15 | 85.81 | 0.69 | 0.51 |
| Hex | 8E | D8 | 2C | 22 | 0 | 50 | F | 56 | 45 | 33 |
| Octal | 216 | 330 | 54 | 42 | 0 | 120 | 17 | 126 | 105 | 63 |
| Binary | 10001110 | 11011000 | 101100 | 100010 | 0 | 1010000 | 1111 | 1010110 | 1000101 | 110011 |
Color Harmonies of #8ED82C
Complementary color
Monochromatic Colors of #8ED82C
Black with #8ED82C
Text Example
Text Example
White with #8ED82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED82C; }
p { color: rgb(142,216,44); }
H1.HeaderClassName
{
color: #8ED82C;
}
.AnyTagClassName
{
color: #8ED82C;
}
</style>
background-color css
<style>
a { background-color: #8ED82C; }
a { background-color: rgb(142,216,44); }
div.DivClassName
{
background-color: #8ED82C;
}
.BgClassName
{
background-color: #8ED82C;
}
</style>
border-color css
<style>
span { border-color: #8ED82C; }
span { border-color: rgb(142,216,44); }
td.TdClassName
{
border-color: #8ED82C;
}
.TagClassName
{
border-color: #8ED82C;
}
</style>