Shades of Pastel Green #8EE875
Tints of Pastel Green #8EE875
RGB
CMYK
RGB Variations
Color information
#8EE875 (or 0x8EE875) is known color: Pastel Green. HEX triplet: 8E, E8 and 75. RGB value is (142,232,117). Sum of RGB (Red+Green+Blue) = 142+232+117=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 232 (91.02% from 255 or 47.25% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 232 - color contains mainly: green. Hex color #8EE875 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EE875 is #71178A. Grayscale: #C0C0C0. Windows color (decimal): -7411595 or 7727246. OLE color: 7727246.
HSL color Cylindrical-coordinate representation of color #8EE875: hue angle of 106.96º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8EE875 is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 232 | 117 | - |
| CMYK | 0.39 | 0 | 0.50 | 0.09 |
| HSL | 106.96º | 0.71% | 0.68% | - |
| HSV(B) | 106.96º | 0.5% | 0.91% | - |
| XYZ | 43.22 | 64.75 | 27.05 | - |
| YUV | 191.98 | 85.68 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 232 | 117 | 0.39 | 0 | 0.50 | 0.09 | 106.96 | 0.71 | 0.68 |
| Hex | 8E | E8 | 75 | 27 | 0 | 32 | 9 | 6B | 47 | 44 |
| Octal | 216 | 350 | 165 | 47 | 0 | 62 | 11 | 153 | 107 | 104 |
| Binary | 10001110 | 11101000 | 1110101 | 100111 | 0 | 110010 | 1001 | 1101011 | 1000111 | 1000100 |
Color Harmonies of #8EE875
Complementary color
Monochromatic Colors of #8EE875
Black with #8EE875
Text Example
Text Example
White with #8EE875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE875; }
p { color: rgb(142,232,117); }
H1.HeaderClassName
{
color: #8EE875;
}
.AnyTagClassName
{
color: #8EE875;
}
</style>
background-color css
<style>
a { background-color: #8EE875; }
a { background-color: rgb(142,232,117); }
div.DivClassName
{
background-color: #8EE875;
}
.BgClassName
{
background-color: #8EE875;
}
</style>
border-color css
<style>
span { border-color: #8EE875; }
span { border-color: rgb(142,232,117); }
td.TdClassName
{
border-color: #8EE875;
}
.TagClassName
{
border-color: #8EE875;
}
</style>