Shades of Pastel Green #7EE172
Tints of Pastel Green #7EE172
RGB
CMYK
RGB Variations
Color information
#7EE172 (or 0x7EE172) is known color: Pastel Green. HEX triplet: 7E, E1 and 72. RGB value is (126,225,114). Sum of RGB (Red+Green+Blue) = 126+225+114=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 225 (88.28% from 255 or 48.39% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 225 - color contains mainly: green. Hex color #7EE172 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EE172 is #811E8D. Grayscale: #B7B7B7. Windows color (decimal): -8461966 or 7528830. OLE color: 7528830.
HSL color Cylindrical-coordinate representation of color #7EE172: hue angle of 113.51º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EE172 is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 225 | 114 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.12 |
| HSL | 113.51º | 0.65% | 0.66% | - |
| HSV(B) | 113.51º | 0.49% | 0.88% | - |
| XYZ | 38.57 | 59.5 | 25.37 | - |
| YUV | 182.75 | 89.2 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 225 | 114 | 0.44 | 0 | 0.49 | 0.12 | 113.51 | 0.65 | 0.66 |
| Hex | 7E | E1 | 72 | 2C | 0 | 31 | C | 72 | 41 | 42 |
| Octal | 176 | 341 | 162 | 54 | 0 | 61 | 14 | 162 | 101 | 102 |
| Binary | 1111110 | 11100001 | 1110010 | 101100 | 0 | 110001 | 1100 | 1110010 | 1000001 | 1000010 |
Color Harmonies of #7EE172
Complementary color
Monochromatic Colors of #7EE172
Black with #7EE172
Text Example
Text Example
White with #7EE172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE172; }
p { color: rgb(126,225,114); }
H1.HeaderClassName
{
color: #7EE172;
}
.AnyTagClassName
{
color: #7EE172;
}
</style>
background-color css
<style>
a { background-color: #7EE172; }
a { background-color: rgb(126,225,114); }
div.DivClassName
{
background-color: #7EE172;
}
.BgClassName
{
background-color: #7EE172;
}
</style>
border-color css
<style>
span { border-color: #7EE172; }
span { border-color: rgb(126,225,114); }
td.TdClassName
{
border-color: #7EE172;
}
.TagClassName
{
border-color: #7EE172;
}
</style>