Shades of Pastel Green #7EE275
Tints of Pastel Green #7EE275
RGB
CMYK
RGB Variations
Color information
#7EE275 (or 0x7EE275) is known color: Pastel Green. HEX triplet: 7E, E2 and 75. RGB value is (126,226,117). Sum of RGB (Red+Green+Blue) = 126+226+117=469 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.87% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 226 - color contains mainly: green. Hex color #7EE275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EE275 is #811D8A. Grayscale: #B8B8B8. Windows color (decimal): -8461707 or 7725694. OLE color: 7725694.
HSL color Cylindrical-coordinate representation of color #7EE275: hue angle of 115.05º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7EE275 is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 126 | 226 | 117 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.11 |
| HSL | 115.05º | 0.65% | 0.67% | - |
| HSV(B) | 115.05º | 0.48% | 0.89% | - |
| XYZ | 39.01 | 60.11 | 26.38 | - |
| YUV | 183.67 | 90.37 | 86.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 226 | 117 | 0.44 | 0 | 0.48 | 0.11 | 115.05 | 0.65 | 0.67 |
| Hex | 7E | E2 | 75 | 2C | 0 | 30 | B | 73 | 41 | 43 |
| Octal | 176 | 342 | 165 | 54 | 0 | 60 | 13 | 163 | 101 | 103 |
| Binary | 1111110 | 11100010 | 1110101 | 101100 | 0 | 110000 | 1011 | 1110011 | 1000001 | 1000011 |
Color Harmonies of #7EE275
Complementary color
Monochromatic Colors of #7EE275
Black with #7EE275
Text Example
Text Example
White with #7EE275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE275; }
p { color: rgb(126,226,117); }
H1.HeaderClassName
{
color: #7EE275;
}
.AnyTagClassName
{
color: #7EE275;
}
</style>
background-color css
<style>
a { background-color: #7EE275; }
a { background-color: rgb(126,226,117); }
div.DivClassName
{
background-color: #7EE275;
}
.BgClassName
{
background-color: #7EE275;
}
</style>
border-color css
<style>
span { border-color: #7EE275; }
span { border-color: rgb(126,226,117); }
td.TdClassName
{
border-color: #7EE275;
}
.TagClassName
{
border-color: #7EE275;
}
</style>