Shades of Pastel Green #7ECE75
Tints of Pastel Green #7ECE75
RGB
CMYK
RGB Variations
Color information
#7ECE75 (or 0x7ECE75) is known color: Pastel Green. HEX triplet: 7E, CE and 75. RGB value is (126,206,117). Sum of RGB (Red+Green+Blue) = 126+206+117=449 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.06% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECE75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ECE75 is #81318A. Grayscale: #ACACAC. Windows color (decimal): -8466827 or 7720574. OLE color: 7720574.
HSL color Cylindrical-coordinate representation of color #7ECE75: hue angle of 113.93º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7ECE75 is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 206 | 117 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.19 |
| HSL | 113.93º | 0.48% | 0.63% | - |
| HSV(B) | 113.93º | 0.43% | 0.81% | - |
| XYZ | 33.89 | 49.86 | 24.67 | - |
| YUV | 171.93 | 97 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 206 | 117 | 0.39 | 0 | 0.43 | 0.19 | 113.93 | 0.48 | 0.63 |
| Hex | 7E | CE | 75 | 27 | 0 | 2B | 13 | 72 | 30 | 3F |
| Octal | 176 | 316 | 165 | 47 | 0 | 53 | 23 | 162 | 60 | 77 |
| Binary | 1111110 | 11001110 | 1110101 | 100111 | 0 | 101011 | 10011 | 1110010 | 110000 | 111111 |
Color Harmonies of #7ECE75
Complementary color
Monochromatic Colors of #7ECE75
Black with #7ECE75
Text Example
Text Example
White with #7ECE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECE75; }
p { color: rgb(126,206,117); }
H1.HeaderClassName
{
color: #7ECE75;
}
.AnyTagClassName
{
color: #7ECE75;
}
</style>
background-color css
<style>
a { background-color: #7ECE75; }
a { background-color: rgb(126,206,117); }
div.DivClassName
{
background-color: #7ECE75;
}
.BgClassName
{
background-color: #7ECE75;
}
</style>
border-color css
<style>
span { border-color: #7ECE75; }
span { border-color: rgb(126,206,117); }
td.TdClassName
{
border-color: #7ECE75;
}
.TagClassName
{
border-color: #7ECE75;
}
</style>