Shades of Pastel Green #7ECC70
Tints of Pastel Green #7ECC70
RGB
CMYK
RGB Variations
Color information
#7ECC70 (or 0x7ECC70) is known color: Pastel Green. HEX triplet: 7E, CC and 70. RGB value is (126,204,112). Sum of RGB (Red+Green+Blue) = 126+204+112=442 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.51% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 204 - color contains mainly: green. Hex color #7ECC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ECC70 is #81338F. Grayscale: #AAAAAA. Windows color (decimal): -8467344 or 7392382. OLE color: 7392382.
HSL color Cylindrical-coordinate representation of color #7ECC70: hue angle of 110.87º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ECC70 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 126 | 204 | 112 | - |
| CMYK | 0.38 | 0 | 0.45 | 0.2 |
| HSL | 110.87º | 0.47% | 0.62% | - |
| HSV(B) | 110.87º | 0.45% | 0.8% | - |
| XYZ | 33.12 | 48.79 | 23 | - |
| YUV | 170.19 | 95.16 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 204 | 112 | 0.38 | 0 | 0.45 | 0.2 | 110.87 | 0.47 | 0.62 |
| Hex | 7E | CC | 70 | 26 | 0 | 2D | 14 | 6F | 2F | 3E |
| Octal | 176 | 314 | 160 | 46 | 0 | 55 | 24 | 157 | 57 | 76 |
| Binary | 1111110 | 11001100 | 1110000 | 100110 | 0 | 101101 | 10100 | 1101111 | 101111 | 111110 |
Color Harmonies of #7ECC70
Complementary color
Monochromatic Colors of #7ECC70
Black with #7ECC70
Text Example
Text Example
White with #7ECC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECC70; }
p { color: rgb(126,204,112); }
H1.HeaderClassName
{
color: #7ECC70;
}
.AnyTagClassName
{
color: #7ECC70;
}
</style>
background-color css
<style>
a { background-color: #7ECC70; }
a { background-color: rgb(126,204,112); }
div.DivClassName
{
background-color: #7ECC70;
}
.BgClassName
{
background-color: #7ECC70;
}
</style>
border-color css
<style>
span { border-color: #7ECC70; }
span { border-color: rgb(126,204,112); }
td.TdClassName
{
border-color: #7ECC70;
}
.TagClassName
{
border-color: #7ECC70;
}
</style>