Shades of Pastel Green #8EF768
Tints of Pastel Green #8EF768
RGB
CMYK
RGB Variations
Color information
#8EF768 (or 0x8EF768) is known color: Pastel Green. HEX triplet: 8E, F7 and 68. RGB value is (142,247,104). Sum of RGB (Red+Green+Blue) = 142+247+104=493 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.80% from 493); Green value is 247 (96.88% from 255 or 50.10% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 247 - color contains mainly: green. Hex color #8EF768 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EF768 is #710897. Grayscale: #C7C7C7. Windows color (decimal): -7407768 or 6879118. OLE color: 6879118.
HSL color Cylindrical-coordinate representation of color #8EF768: hue angle of 104.06º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8EF768 is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 142 | 247 | 104 | - |
| CMYK | 0.43 | 0 | 0.58 | 0.03 |
| HSL | 104.06º | 0.9% | 0.69% | - |
| HSV(B) | 104.06º | 0.58% | 0.97% | - |
| XYZ | 46.91 | 73.27 | 24.77 | - |
| YUV | 199.3 | 74.21 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 247 | 104 | 0.43 | 0 | 0.58 | 0.03 | 104.06 | 0.9 | 0.69 |
| Hex | 8E | F7 | 68 | 2B | 0 | 3A | 3 | 68 | 5A | 45 |
| Octal | 216 | 367 | 150 | 53 | 0 | 72 | 3 | 150 | 132 | 105 |
| Binary | 10001110 | 11110111 | 1101000 | 101011 | 0 | 111010 | 11 | 1101000 | 1011010 | 1000101 |
Color Harmonies of #8EF768
Complementary color
Monochromatic Colors of #8EF768
Black with #8EF768
Text Example
Text Example
White with #8EF768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF768; }
p { color: rgb(142,247,104); }
H1.HeaderClassName
{
color: #8EF768;
}
.AnyTagClassName
{
color: #8EF768;
}
</style>
background-color css
<style>
a { background-color: #8EF768; }
a { background-color: rgb(142,247,104); }
div.DivClassName
{
background-color: #8EF768;
}
.BgClassName
{
background-color: #8EF768;
}
</style>
border-color css
<style>
span { border-color: #8EF768; }
span { border-color: rgb(142,247,104); }
td.TdClassName
{
border-color: #8EF768;
}
.TagClassName
{
border-color: #8EF768;
}
</style>