Shades of Yellow Green #8ED82A
Tints of Yellow Green #8ED82A
RGB
CMYK
RGB Variations
Color information
#8ED82A (or 0x8ED82A) is known color: Yellow Green. HEX triplet: 8E, D8 and 2A. RGB value is (142,216,42). Sum of RGB (Red+Green+Blue) = 142+216+42=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 216 (84.77% from 255 or 54% from 400); Blue value is 42 (16.80% from 255 or 10.5% from 400); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ED82A is #7127D5. Grayscale: #AEAEAE. Windows color (decimal): -7415766 or 2807950. OLE color: 2807950.
HSL color Cylindrical-coordinate representation of color #8ED82A: hue angle of 85.52º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8ED82A is Cyan = 0.34, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 216 | 42 | - |
| CMYK | 0.34 | 0 | 0.81 | 0.15 |
| HSL | 85.52º | 0.69% | 0.51% | - |
| HSV(B) | 85.52º | 0.81% | 0.85% | - |
| XYZ | 36.13 | 55.03 | 10.91 | - |
| YUV | 174.04 | 53.48 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 216 | 42 | 0.34 | 0 | 0.81 | 0.15 | 85.52 | 0.69 | 0.51 |
| Hex | 8E | D8 | 2A | 22 | 0 | 51 | F | 56 | 45 | 33 |
| Octal | 216 | 330 | 52 | 42 | 0 | 121 | 17 | 126 | 105 | 63 |
| Binary | 10001110 | 11011000 | 101010 | 100010 | 0 | 1010001 | 1111 | 1010110 | 1000101 | 110011 |
Color Harmonies of #8ED82A
Complementary color
Monochromatic Colors of #8ED82A
Black with #8ED82A
Text Example
Text Example
White with #8ED82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED82A; }
p { color: rgb(142,216,42); }
H1.HeaderClassName
{
color: #8ED82A;
}
.AnyTagClassName
{
color: #8ED82A;
}
</style>
background-color css
<style>
a { background-color: #8ED82A; }
a { background-color: rgb(142,216,42); }
div.DivClassName
{
background-color: #8ED82A;
}
.BgClassName
{
background-color: #8ED82A;
}
</style>
border-color css
<style>
span { border-color: #8ED82A; }
span { border-color: rgb(142,216,42); }
td.TdClassName
{
border-color: #8ED82A;
}
.TagClassName
{
border-color: #8ED82A;
}
</style>