Shades of Pastel Green #8EF45E
Tints of Pastel Green #8EF45E
RGB
CMYK
RGB Variations
Color information
#8EF45E (or 0x8EF45E) is known color: Pastel Green. HEX triplet: 8E, F4 and 5E. RGB value is (142,244,94). Sum of RGB (Red+Green+Blue) = 142+244+94=480 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.58% from 480); Green value is 244 (95.70% from 255 or 50.83% from 480); Blue value is 94 (37.11% from 255 or 19.58% from 480); Max value from RGB is 244 - color contains mainly: green. Hex color #8EF45E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EF45E is #710BA1. Grayscale: #C4C4C4. Windows color (decimal): -7408546 or 6222990. OLE color: 6222990.
HSL color Cylindrical-coordinate representation of color #8EF45E: hue angle of 100.8º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8EF45E is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 142 | 244 | 94 | - |
| CMYK | 0.42 | 0 | 0.61 | 0.04 |
| HSL | 100.8º | 0.87% | 0.66% | - |
| HSV(B) | 100.8º | 0.61% | 0.96% | - |
| XYZ | 45.53 | 71.26 | 21.94 | - |
| YUV | 196.4 | 70.21 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 244 | 94 | 0.42 | 0 | 0.61 | 0.04 | 100.8 | 0.87 | 0.66 |
| Hex | 8E | F4 | 5E | 2A | 0 | 3D | 4 | 65 | 57 | 42 |
| Octal | 216 | 364 | 136 | 52 | 0 | 75 | 4 | 145 | 127 | 102 |
| Binary | 10001110 | 11110100 | 1011110 | 101010 | 0 | 111101 | 100 | 1100101 | 1010111 | 1000010 |
Color Harmonies of #8EF45E
Complementary color
Monochromatic Colors of #8EF45E
Black with #8EF45E
Text Example
Text Example
White with #8EF45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF45E; }
p { color: rgb(142,244,94); }
H1.HeaderClassName
{
color: #8EF45E;
}
.AnyTagClassName
{
color: #8EF45E;
}
</style>
background-color css
<style>
a { background-color: #8EF45E; }
a { background-color: rgb(142,244,94); }
div.DivClassName
{
background-color: #8EF45E;
}
.BgClassName
{
background-color: #8EF45E;
}
</style>
border-color css
<style>
span { border-color: #8EF45E; }
span { border-color: rgb(142,244,94); }
td.TdClassName
{
border-color: #8EF45E;
}
.TagClassName
{
border-color: #8EF45E;
}
</style>