Shades of Pastel Green #8EED6D
Tints of Pastel Green #8EED6D
RGB
CMYK
RGB Variations
Color information
#8EED6D (or 0x8EED6D) is known color: Pastel Green. HEX triplet: 8E, ED and 6D. RGB value is (142,237,109). Sum of RGB (Red+Green+Blue) = 142+237+109=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #8EED6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EED6D is #711292. Grayscale: #C2C2C2. Windows color (decimal): -7410323 or 7204238. OLE color: 7204238.
HSL color Cylindrical-coordinate representation of color #8EED6D: hue angle of 104.53º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8EED6D is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 237 | 109 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.07 |
| HSL | 104.53º | 0.78% | 0.68% | - |
| HSV(B) | 104.53º | 0.54% | 0.93% | - |
| XYZ | 44.2 | 67.42 | 25.15 | - |
| YUV | 194 | 80.03 | 90.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 237 | 109 | 0.40 | 0 | 0.54 | 0.07 | 104.53 | 0.78 | 0.68 |
| Hex | 8E | ED | 6D | 28 | 0 | 36 | 7 | 69 | 4E | 44 |
| Octal | 216 | 355 | 155 | 50 | 0 | 66 | 7 | 151 | 116 | 104 |
| Binary | 10001110 | 11101101 | 1101101 | 101000 | 0 | 110110 | 111 | 1101001 | 1001110 | 1000100 |
Color Harmonies of #8EED6D
Complementary color
Monochromatic Colors of #8EED6D
Black with #8EED6D
Text Example
Text Example
White with #8EED6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EED6D; }
p { color: rgb(142,237,109); }
H1.HeaderClassName
{
color: #8EED6D;
}
.AnyTagClassName
{
color: #8EED6D;
}
</style>
background-color css
<style>
a { background-color: #8EED6D; }
a { background-color: rgb(142,237,109); }
div.DivClassName
{
background-color: #8EED6D;
}
.BgClassName
{
background-color: #8EED6D;
}
</style>
border-color css
<style>
span { border-color: #8EED6D; }
span { border-color: rgb(142,237,109); }
td.TdClassName
{
border-color: #8EED6D;
}
.TagClassName
{
border-color: #8EED6D;
}
</style>