Shades of Pastel Green #7EE175
Tints of Pastel Green #7EE175
RGB
CMYK
RGB Variations
Color information
#7EE175 (or 0x7EE175) is known color: Pastel Green. HEX triplet: 7E, E1 and 75. RGB value is (126,225,117). Sum of RGB (Red+Green+Blue) = 126+225+117=468 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.92% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #7EE175 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EE175 is #811E8A. Grayscale: #B7B7B7. Windows color (decimal): -8461963 or 7725438. OLE color: 7725438.
HSL color Cylindrical-coordinate representation of color #7EE175: hue angle of 115º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EE175 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 225 | 117 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.12 |
| HSL | 115º | 0.64% | 0.67% | - |
| HSV(B) | 115º | 0.48% | 0.88% | - |
| XYZ | 38.74 | 59.57 | 26.29 | - |
| YUV | 183.09 | 90.7 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 225 | 117 | 0.44 | 0 | 0.48 | 0.12 | 115 | 0.64 | 0.67 |
| Hex | 7E | E1 | 75 | 2C | 0 | 30 | C | 73 | 40 | 43 |
| Octal | 176 | 341 | 165 | 54 | 0 | 60 | 14 | 163 | 100 | 103 |
| Binary | 1111110 | 11100001 | 1110101 | 101100 | 0 | 110000 | 1100 | 1110011 | 1000000 | 1000011 |
Color Harmonies of #7EE175
Complementary color
Monochromatic Colors of #7EE175
Black with #7EE175
Text Example
Text Example
White with #7EE175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE175; }
p { color: rgb(126,225,117); }
H1.HeaderClassName
{
color: #7EE175;
}
.AnyTagClassName
{
color: #7EE175;
}
</style>
background-color css
<style>
a { background-color: #7EE175; }
a { background-color: rgb(126,225,117); }
div.DivClassName
{
background-color: #7EE175;
}
.BgClassName
{
background-color: #7EE175;
}
</style>
border-color css
<style>
span { border-color: #7EE175; }
span { border-color: rgb(126,225,117); }
td.TdClassName
{
border-color: #7EE175;
}
.TagClassName
{
border-color: #7EE175;
}
</style>