Shades of Light Green #8EFD82
Tints of Light Green #8EFD82
RGB
CMYK
RGB Variations
Color information
#8EFD82 (or 0x8EFD82) is known color: Light Green. HEX triplet: 8E, FD and 82. RGB value is (142,253,130). Sum of RGB (Red+Green+Blue) = 142+253+130=525 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.05% from 525); Green value is 253 (99.22% from 255 or 48.19% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 253 - color contains mainly: green. Hex color #8EFD82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EFD82 is #71027D. Grayscale: #CECECE. Windows color (decimal): -7406206 or 8584590. OLE color: 8584590.
HSL color Cylindrical-coordinate representation of color #8EFD82: hue angle of 114.15º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8EFD82 is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 253 | 130 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.01 |
| HSL | 114.15º | 0.97% | 0.75% | - |
| HSV(B) | 114.15º | 0.49% | 0.99% | - |
| XYZ | 50.31 | 77.61 | 33.45 | - |
| YUV | 205.79 | 85.23 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 253 | 130 | 0.44 | 0 | 0.49 | 0.01 | 114.15 | 0.97 | 0.75 |
| Hex | 8E | FD | 82 | 2C | 0 | 31 | 1 | 72 | 61 | 4B |
| Octal | 216 | 375 | 202 | 54 | 0 | 61 | 1 | 162 | 141 | 113 |
| Binary | 10001110 | 11111101 | 10000010 | 101100 | 0 | 110001 | 1 | 1110010 | 1100001 | 1001011 |
Color Harmonies of #8EFD82
Complementary color
Monochromatic Colors of #8EFD82
Black with #8EFD82
Text Example
Text Example
White with #8EFD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFD82; }
p { color: rgb(142,253,130); }
H1.HeaderClassName
{
color: #8EFD82;
}
.AnyTagClassName
{
color: #8EFD82;
}
</style>
background-color css
<style>
a { background-color: #8EFD82; }
a { background-color: rgb(142,253,130); }
div.DivClassName
{
background-color: #8EFD82;
}
.BgClassName
{
background-color: #8EFD82;
}
</style>
border-color css
<style>
span { border-color: #8EFD82; }
span { border-color: rgb(142,253,130); }
td.TdClassName
{
border-color: #8EFD82;
}
.TagClassName
{
border-color: #8EFD82;
}
</style>