Shades of Pastel Green #8EE772
Tints of Pastel Green #8EE772
RGB
CMYK
RGB Variations
Color information
#8EE772 (or 0x8EE772) is known color: Pastel Green. HEX triplet: 8E, E7 and 72. RGB value is (142,231,114). Sum of RGB (Red+Green+Blue) = 142+231+114=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 231 (90.62% from 255 or 47.43% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 231 - color contains mainly: green. Hex color #8EE772 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EE772 is #71188D. Grayscale: #BFBFBF. Windows color (decimal): -7411854 or 7530382. OLE color: 7530382.
HSL color Cylindrical-coordinate representation of color #8EE772: hue angle of 105.64º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8EE772 is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 231 | 114 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.09 |
| HSL | 105.64º | 0.71% | 0.68% | - |
| HSV(B) | 105.64º | 0.51% | 0.91% | - |
| XYZ | 42.77 | 64.12 | 26.04 | - |
| YUV | 191.05 | 84.51 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 231 | 114 | 0.39 | 0 | 0.51 | 0.09 | 105.64 | 0.71 | 0.68 |
| Hex | 8E | E7 | 72 | 27 | 0 | 33 | 9 | 6A | 47 | 44 |
| Octal | 216 | 347 | 162 | 47 | 0 | 63 | 11 | 152 | 107 | 104 |
| Binary | 10001110 | 11100111 | 1110010 | 100111 | 0 | 110011 | 1001 | 1101010 | 1000111 | 1000100 |
Color Harmonies of #8EE772
Complementary color
Monochromatic Colors of #8EE772
Black with #8EE772
Text Example
Text Example
White with #8EE772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE772; }
p { color: rgb(142,231,114); }
H1.HeaderClassName
{
color: #8EE772;
}
.AnyTagClassName
{
color: #8EE772;
}
</style>
background-color css
<style>
a { background-color: #8EE772; }
a { background-color: rgb(142,231,114); }
div.DivClassName
{
background-color: #8EE772;
}
.BgClassName
{
background-color: #8EE772;
}
</style>
border-color css
<style>
span { border-color: #8EE772; }
span { border-color: rgb(142,231,114); }
td.TdClassName
{
border-color: #8EE772;
}
.TagClassName
{
border-color: #8EE772;
}
</style>