Shades of Pastel Green #7EDA70
Tints of Pastel Green #7EDA70
RGB
CMYK
RGB Variations
Color information
#7EDA70 (or 0x7EDA70) is known color: Pastel Green. HEX triplet: 7E, DA and 70. RGB value is (126,218,112). Sum of RGB (Red+Green+Blue) = 126+218+112=456 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.63% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDA70 is #81258F. Grayscale: #B2B2B2. Windows color (decimal): -8463760 or 7395966. OLE color: 7395966.
HSL color Cylindrical-coordinate representation of color #7EDA70: hue angle of 112.08º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EDA70 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 218 | 112 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.15 |
| HSL | 112.08º | 0.59% | 0.65% | - |
| HSV(B) | 112.08º | 0.49% | 0.85% | - |
| XYZ | 36.6 | 55.75 | 24.16 | - |
| YUV | 178.41 | 90.52 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 218 | 112 | 0.42 | 0 | 0.49 | 0.15 | 112.08 | 0.59 | 0.65 |
| Hex | 7E | DA | 70 | 2A | 0 | 31 | F | 70 | 3B | 41 |
| Octal | 176 | 332 | 160 | 52 | 0 | 61 | 17 | 160 | 73 | 101 |
| Binary | 1111110 | 11011010 | 1110000 | 101010 | 0 | 110001 | 1111 | 1110000 | 111011 | 1000001 |
Color Harmonies of #7EDA70
Complementary color
Monochromatic Colors of #7EDA70
Black with #7EDA70
Text Example
Text Example
White with #7EDA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDA70; }
p { color: rgb(126,218,112); }
H1.HeaderClassName
{
color: #7EDA70;
}
.AnyTagClassName
{
color: #7EDA70;
}
</style>
background-color css
<style>
a { background-color: #7EDA70; }
a { background-color: rgb(126,218,112); }
div.DivClassName
{
background-color: #7EDA70;
}
.BgClassName
{
background-color: #7EDA70;
}
</style>
border-color css
<style>
span { border-color: #7EDA70; }
span { border-color: rgb(126,218,112); }
td.TdClassName
{
border-color: #7EDA70;
}
.TagClassName
{
border-color: #7EDA70;
}
</style>