Shades of Pastel Green #8EF25D
Tints of Pastel Green #8EF25D
RGB
CMYK
RGB Variations
Color information
#8EF25D (or 0x8EF25D) is known color: Pastel Green. HEX triplet: 8E, F2 and 5D. RGB value is (142,242,93). Sum of RGB (Red+Green+Blue) = 142+242+93=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #8EF25D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EF25D is #710DA2. Grayscale: #C3C3C3. Windows color (decimal): -7409059 or 6156942. OLE color: 6156942.
HSL color Cylindrical-coordinate representation of color #8EF25D: hue angle of 100.27º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8EF25D is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 142 | 242 | 93 | - |
| CMYK | 0.41 | 0 | 0.62 | 0.05 |
| HSL | 100.27º | 0.85% | 0.66% | - |
| HSV(B) | 100.27º | 0.62% | 0.95% | - |
| XYZ | 44.88 | 70.05 | 21.51 | - |
| YUV | 195.11 | 70.37 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 242 | 93 | 0.41 | 0 | 0.62 | 0.05 | 100.27 | 0.85 | 0.66 |
| Hex | 8E | F2 | 5D | 29 | 0 | 3E | 5 | 64 | 55 | 42 |
| Octal | 216 | 362 | 135 | 51 | 0 | 76 | 5 | 144 | 125 | 102 |
| Binary | 10001110 | 11110010 | 1011101 | 101001 | 0 | 111110 | 101 | 1100100 | 1010101 | 1000010 |
Color Harmonies of #8EF25D
Complementary color
Monochromatic Colors of #8EF25D
Black with #8EF25D
Text Example
Text Example
White with #8EF25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF25D; }
p { color: rgb(142,242,93); }
H1.HeaderClassName
{
color: #8EF25D;
}
.AnyTagClassName
{
color: #8EF25D;
}
</style>
background-color css
<style>
a { background-color: #8EF25D; }
a { background-color: rgb(142,242,93); }
div.DivClassName
{
background-color: #8EF25D;
}
.BgClassName
{
background-color: #8EF25D;
}
</style>
border-color css
<style>
span { border-color: #8EF25D; }
span { border-color: rgb(142,242,93); }
td.TdClassName
{
border-color: #8EF25D;
}
.TagClassName
{
border-color: #8EF25D;
}
</style>