Shades of Pastel Green #7ECE70
Tints of Pastel Green #7ECE70
RGB
CMYK
RGB Variations
Color information
#7ECE70 (or 0x7ECE70) is known color: Pastel Green. HEX triplet: 7E, CE and 70. RGB value is (126,206,112). Sum of RGB (Red+Green+Blue) = 126+206+112=444 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.38% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECE70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ECE70 is #81318F. Grayscale: #ABABAB. Windows color (decimal): -8466832 or 7392894. OLE color: 7392894.
HSL color Cylindrical-coordinate representation of color #7ECE70: hue angle of 111.06º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7ECE70 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 206 | 112 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.19 |
| HSL | 111.06º | 0.49% | 0.62% | - |
| HSV(B) | 111.06º | 0.46% | 0.81% | - |
| XYZ | 33.6 | 49.75 | 23.16 | - |
| YUV | 171.36 | 94.5 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 206 | 112 | 0.39 | 0 | 0.46 | 0.19 | 111.06 | 0.49 | 0.62 |
| Hex | 7E | CE | 70 | 27 | 0 | 2E | 13 | 6F | 31 | 3E |
| Octal | 176 | 316 | 160 | 47 | 0 | 56 | 23 | 157 | 61 | 76 |
| Binary | 1111110 | 11001110 | 1110000 | 100111 | 0 | 101110 | 10011 | 1101111 | 110001 | 111110 |
Color Harmonies of #7ECE70
Complementary color
Monochromatic Colors of #7ECE70
Black with #7ECE70
Text Example
Text Example
White with #7ECE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECE70; }
p { color: rgb(126,206,112); }
H1.HeaderClassName
{
color: #7ECE70;
}
.AnyTagClassName
{
color: #7ECE70;
}
</style>
background-color css
<style>
a { background-color: #7ECE70; }
a { background-color: rgb(126,206,112); }
div.DivClassName
{
background-color: #7ECE70;
}
.BgClassName
{
background-color: #7ECE70;
}
</style>
border-color css
<style>
span { border-color: #7ECE70; }
span { border-color: rgb(126,206,112); }
td.TdClassName
{
border-color: #7ECE70;
}
.TagClassName
{
border-color: #7ECE70;
}
</style>