Shades of Pastel Green #7EE672
Tints of Pastel Green #7EE672
RGB
CMYK
RGB Variations
Color information
#7EE672 (or 0x7EE672) is known color: Pastel Green. HEX triplet: 7E, E6 and 72. RGB value is (126,230,114). Sum of RGB (Red+Green+Blue) = 126+230+114=470 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.81% from 470); Green value is 230 (90.23% from 255 or 48.94% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 230 - color contains mainly: green. Hex color #7EE672 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EE672 is #81198D. Grayscale: #BABABA. Windows color (decimal): -8460686 or 7530110. OLE color: 7530110.
HSL color Cylindrical-coordinate representation of color #7EE672: hue angle of 113.79º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EE672 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 126 | 230 | 114 | - |
| CMYK | 0.45 | 0 | 0.50 | 0.10 |
| HSL | 113.79º | 0.7% | 0.67% | - |
| HSV(B) | 113.79º | 0.5% | 0.9% | - |
| XYZ | 39.94 | 62.24 | 25.83 | - |
| YUV | 185.68 | 87.54 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 230 | 114 | 0.45 | 0 | 0.50 | 0.10 | 113.79 | 0.7 | 0.67 |
| Hex | 7E | E6 | 72 | 2D | 0 | 32 | A | 72 | 46 | 43 |
| Octal | 176 | 346 | 162 | 55 | 0 | 62 | 12 | 162 | 106 | 103 |
| Binary | 1111110 | 11100110 | 1110010 | 101101 | 0 | 110010 | 1010 | 1110010 | 1000110 | 1000011 |
Color Harmonies of #7EE672
Complementary color
Monochromatic Colors of #7EE672
Black with #7EE672
Text Example
Text Example
White with #7EE672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE672; }
p { color: rgb(126,230,114); }
H1.HeaderClassName
{
color: #7EE672;
}
.AnyTagClassName
{
color: #7EE672;
}
</style>
background-color css
<style>
a { background-color: #7EE672; }
a { background-color: rgb(126,230,114); }
div.DivClassName
{
background-color: #7EE672;
}
.BgClassName
{
background-color: #7EE672;
}
</style>
border-color css
<style>
span { border-color: #7EE672; }
span { border-color: rgb(126,230,114); }
td.TdClassName
{
border-color: #7EE672;
}
.TagClassName
{
border-color: #7EE672;
}
</style>