Shades of Light Green #8EF482
Tints of Light Green #8EF482
RGB
CMYK
RGB Variations
Color information
#8EF482 (or 0x8EF482) is known color: Light Green. HEX triplet: 8E, F4 and 82. RGB value is (142,244,130). Sum of RGB (Red+Green+Blue) = 142+244+130=516 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.52% from 516); Green value is 244 (95.70% from 255 or 47.29% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 244 - color contains mainly: green. Hex color #8EF482 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EF482 is #710B7D. Grayscale: #C8C8C8. Windows color (decimal): -7408510 or 8582286. OLE color: 8582286.
HSL color Cylindrical-coordinate representation of color #8EF482: hue angle of 113.68º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8EF482 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 142 | 244 | 130 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.04 |
| HSL | 113.68º | 0.84% | 0.73% | - |
| HSV(B) | 113.68º | 0.47% | 0.96% | - |
| XYZ | 47.54 | 72.06 | 32.52 | - |
| YUV | 200.51 | 88.21 | 86.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 244 | 130 | 0.42 | 0 | 0.47 | 0.04 | 113.68 | 0.84 | 0.73 |
| Hex | 8E | F4 | 82 | 2A | 0 | 2F | 4 | 72 | 54 | 49 |
| Octal | 216 | 364 | 202 | 52 | 0 | 57 | 4 | 162 | 124 | 111 |
| Binary | 10001110 | 11110100 | 10000010 | 101010 | 0 | 101111 | 100 | 1110010 | 1010100 | 1001001 |
Color Harmonies of #8EF482
Complementary color
Monochromatic Colors of #8EF482
Black with #8EF482
Text Example
Text Example
White with #8EF482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF482; }
p { color: rgb(142,244,130); }
H1.HeaderClassName
{
color: #8EF482;
}
.AnyTagClassName
{
color: #8EF482;
}
</style>
background-color css
<style>
a { background-color: #8EF482; }
a { background-color: rgb(142,244,130); }
div.DivClassName
{
background-color: #8EF482;
}
.BgClassName
{
background-color: #8EF482;
}
</style>
border-color css
<style>
span { border-color: #8EF482; }
span { border-color: rgb(142,244,130); }
td.TdClassName
{
border-color: #8EF482;
}
.TagClassName
{
border-color: #8EF482;
}
</style>