Shades of Pastel Green #8EED70
Tints of Pastel Green #8EED70
RGB
CMYK
RGB Variations
Color information
#8EED70 (or 0x8EED70) is known color: Pastel Green. HEX triplet: 8E, ED and 70. RGB value is (142,237,112). Sum of RGB (Red+Green+Blue) = 142+237+112=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 237 - color contains mainly: green. Hex color #8EED70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EED70 is #71128F. Grayscale: #C2C2C2. Windows color (decimal): -7410320 or 7400846. OLE color: 7400846.
HSL color Cylindrical-coordinate representation of color #8EED70: hue angle of 105.6º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8EED70 is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 237 | 112 | - |
| CMYK | 0.40 | 0 | 0.53 | 0.07 |
| HSL | 105.6º | 0.78% | 0.68% | - |
| HSV(B) | 105.6º | 0.53% | 0.93% | - |
| XYZ | 44.36 | 67.49 | 26.02 | - |
| YUV | 194.35 | 81.53 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 237 | 112 | 0.40 | 0 | 0.53 | 0.07 | 105.6 | 0.78 | 0.68 |
| Hex | 8E | ED | 70 | 28 | 0 | 35 | 7 | 6A | 4E | 44 |
| Octal | 216 | 355 | 160 | 50 | 0 | 65 | 7 | 152 | 116 | 104 |
| Binary | 10001110 | 11101101 | 1110000 | 101000 | 0 | 110101 | 111 | 1101010 | 1001110 | 1000100 |
Color Harmonies of #8EED70
Complementary color
Monochromatic Colors of #8EED70
Black with #8EED70
Text Example
Text Example
White with #8EED70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EED70; }
p { color: rgb(142,237,112); }
H1.HeaderClassName
{
color: #8EED70;
}
.AnyTagClassName
{
color: #8EED70;
}
</style>
background-color css
<style>
a { background-color: #8EED70; }
a { background-color: rgb(142,237,112); }
div.DivClassName
{
background-color: #8EED70;
}
.BgClassName
{
background-color: #8EED70;
}
</style>
border-color css
<style>
span { border-color: #8EED70; }
span { border-color: rgb(142,237,112); }
td.TdClassName
{
border-color: #8EED70;
}
.TagClassName
{
border-color: #8EED70;
}
</style>