Shades of Pastel Green #8EED6C
Tints of Pastel Green #8EED6C
RGB
CMYK
RGB Variations
Color information
#8EED6C (or 0x8EED6C) is known color: Pastel Green. HEX triplet: 8E, ED and 6C. RGB value is (142,237,108). Sum of RGB (Red+Green+Blue) = 142+237+108=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 237 - color contains mainly: green. Hex color #8EED6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EED6C is #711293. Grayscale: #C2C2C2. Windows color (decimal): -7410324 or 7138702. OLE color: 7138702.
HSL color Cylindrical-coordinate representation of color #8EED6C: hue angle of 104.19º 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 #8EED6C is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 237 | 108 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.07 |
| HSL | 104.19º | 0.78% | 0.68% | - |
| HSV(B) | 104.19º | 0.54% | 0.93% | - |
| XYZ | 44.15 | 67.4 | 24.87 | - |
| YUV | 193.89 | 79.53 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 237 | 108 | 0.40 | 0 | 0.54 | 0.07 | 104.19 | 0.78 | 0.68 |
| Hex | 8E | ED | 6C | 28 | 0 | 36 | 7 | 68 | 4E | 44 |
| Octal | 216 | 355 | 154 | 50 | 0 | 66 | 7 | 150 | 116 | 104 |
| Binary | 10001110 | 11101101 | 1101100 | 101000 | 0 | 110110 | 111 | 1101000 | 1001110 | 1000100 |
Color Harmonies of #8EED6C
Complementary color
Monochromatic Colors of #8EED6C
Black with #8EED6C
Text Example
Text Example
White with #8EED6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EED6C; }
p { color: rgb(142,237,108); }
H1.HeaderClassName
{
color: #8EED6C;
}
.AnyTagClassName
{
color: #8EED6C;
}
</style>
background-color css
<style>
a { background-color: #8EED6C; }
a { background-color: rgb(142,237,108); }
div.DivClassName
{
background-color: #8EED6C;
}
.BgClassName
{
background-color: #8EED6C;
}
</style>
border-color css
<style>
span { border-color: #8EED6C; }
span { border-color: rgb(142,237,108); }
td.TdClassName
{
border-color: #8EED6C;
}
.TagClassName
{
border-color: #8EED6C;
}
</style>