Shades of Pastel Green #8EF071
Tints of Pastel Green #8EF071
RGB
CMYK
RGB Variations
Color information
#8EF071 (or 0x8EF071) is known color: Pastel Green. HEX triplet: 8E, F0 and 71. RGB value is (142,240,113). Sum of RGB (Red+Green+Blue) = 142+240+113=495 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.69% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 240 - color contains mainly: green. Hex color #8EF071 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EF071 is #710F8E. Grayscale: #C4C4C4. Windows color (decimal): -7409551 or 7467150. OLE color: 7467150.
HSL color Cylindrical-coordinate representation of color #8EF071: hue angle of 106.3º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8EF071 is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 142 | 240 | 113 | - |
| CMYK | 0.41 | 0 | 0.53 | 0.06 |
| HSL | 106.3º | 0.81% | 0.69% | - |
| HSV(B) | 106.3º | 0.53% | 0.94% | - |
| XYZ | 45.3 | 69.26 | 26.6 | - |
| YUV | 196.22 | 81.03 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 240 | 113 | 0.41 | 0 | 0.53 | 0.06 | 106.3 | 0.81 | 0.69 |
| Hex | 8E | F0 | 71 | 29 | 0 | 35 | 6 | 6A | 51 | 45 |
| Octal | 216 | 360 | 161 | 51 | 0 | 65 | 6 | 152 | 121 | 105 |
| Binary | 10001110 | 11110000 | 1110001 | 101001 | 0 | 110101 | 110 | 1101010 | 1010001 | 1000101 |
Color Harmonies of #8EF071
Complementary color
Monochromatic Colors of #8EF071
Black with #8EF071
Text Example
Text Example
White with #8EF071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF071; }
p { color: rgb(142,240,113); }
H1.HeaderClassName
{
color: #8EF071;
}
.AnyTagClassName
{
color: #8EF071;
}
</style>
background-color css
<style>
a { background-color: #8EF071; }
a { background-color: rgb(142,240,113); }
div.DivClassName
{
background-color: #8EF071;
}
.BgClassName
{
background-color: #8EF071;
}
</style>
border-color css
<style>
span { border-color: #8EF071; }
span { border-color: rgb(142,240,113); }
td.TdClassName
{
border-color: #8EF071;
}
.TagClassName
{
border-color: #8EF071;
}
</style>