Shades of Pastel Green #8EEE5F
Tints of Pastel Green #8EEE5F
RGB
CMYK
RGB Variations
Color information
#8EEE5F (or 0x8EEE5F) is known color: Pastel Green. HEX triplet: 8E, EE and 5F. RGB value is (142,238,95). Sum of RGB (Red+Green+Blue) = 142+238+95=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 238 (93.36% from 255 or 50.11% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 238 - color contains mainly: green. Hex color #8EEE5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EEE5F is #7111A0. Grayscale: #C1C1C1. Windows color (decimal): -7410081 or 6286990. OLE color: 6286990.
HSL color Cylindrical-coordinate representation of color #8EEE5F: hue angle of 100.28º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8EEE5F is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 238 | 95 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.07 |
| HSL | 100.28º | 0.81% | 0.65% | - |
| HSV(B) | 100.28º | 0.6% | 0.93% | - |
| XYZ | 43.8 | 67.73 | 21.59 | - |
| YUV | 192.99 | 72.7 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 238 | 95 | 0.40 | 0 | 0.60 | 0.07 | 100.28 | 0.81 | 0.65 |
| Hex | 8E | EE | 5F | 28 | 0 | 3C | 7 | 64 | 51 | 41 |
| Octal | 216 | 356 | 137 | 50 | 0 | 74 | 7 | 144 | 121 | 101 |
| Binary | 10001110 | 11101110 | 1011111 | 101000 | 0 | 111100 | 111 | 1100100 | 1010001 | 1000001 |
Color Harmonies of #8EEE5F
Complementary color
Monochromatic Colors of #8EEE5F
Black with #8EEE5F
Text Example
Text Example
White with #8EEE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EEE5F; }
p { color: rgb(142,238,95); }
H1.HeaderClassName
{
color: #8EEE5F;
}
.AnyTagClassName
{
color: #8EEE5F;
}
</style>
background-color css
<style>
a { background-color: #8EEE5F; }
a { background-color: rgb(142,238,95); }
div.DivClassName
{
background-color: #8EEE5F;
}
.BgClassName
{
background-color: #8EEE5F;
}
</style>
border-color css
<style>
span { border-color: #8EEE5F; }
span { border-color: rgb(142,238,95); }
td.TdClassName
{
border-color: #8EEE5F;
}
.TagClassName
{
border-color: #8EEE5F;
}
</style>