Shades of Light Green #8EF48D
Tints of Light Green #8EF48D
RGB
CMYK
RGB Variations
Color information
#8EF48D (or 0x8EF48D) is known color: Light Green. HEX triplet: 8E, F4 and 8D. RGB value is (142,244,141). Sum of RGB (Red+Green+Blue) = 142+244+141=527 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.94% from 527); Green value is 244 (95.70% from 255 or 46.30% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 244 - color contains mainly: green. Hex color #8EF48D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EF48D is #710B72. Grayscale: #CACACA. Windows color (decimal): -7408499 or 9303182. OLE color: 9303182.
HSL color Cylindrical-coordinate representation of color #8EF48D: hue angle of 119.42º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EF48D is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 142 | 244 | 141 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.04 |
| HSL | 119.42º | 0.82% | 0.75% | - |
| HSV(B) | 119.42º | 0.42% | 0.96% | - |
| XYZ | 48.31 | 72.38 | 36.62 | - |
| YUV | 201.76 | 93.71 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 244 | 141 | 0.42 | 0 | 0.42 | 0.04 | 119.42 | 0.82 | 0.75 |
| Hex | 8E | F4 | 8D | 2A | 0 | 2A | 4 | 77 | 52 | 4B |
| Octal | 216 | 364 | 215 | 52 | 0 | 52 | 4 | 167 | 122 | 113 |
| Binary | 10001110 | 11110100 | 10001101 | 101010 | 0 | 101010 | 100 | 1110111 | 1010010 | 1001011 |
Color Harmonies of #8EF48D
Complementary color
Monochromatic Colors of #8EF48D
Black with #8EF48D
Text Example
Text Example
White with #8EF48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF48D; }
p { color: rgb(142,244,141); }
H1.HeaderClassName
{
color: #8EF48D;
}
.AnyTagClassName
{
color: #8EF48D;
}
</style>
background-color css
<style>
a { background-color: #8EF48D; }
a { background-color: rgb(142,244,141); }
div.DivClassName
{
background-color: #8EF48D;
}
.BgClassName
{
background-color: #8EF48D;
}
</style>
border-color css
<style>
span { border-color: #8EF48D; }
span { border-color: rgb(142,244,141); }
td.TdClassName
{
border-color: #8EF48D;
}
.TagClassName
{
border-color: #8EF48D;
}
</style>