Shades of Pastel Green #7EE16D
Tints of Pastel Green #7EE16D
RGB
CMYK
RGB Variations
Color information
#7EE16D (or 0x7EE16D) is known color: Pastel Green. HEX triplet: 7E, E1 and 6D. RGB value is (126,225,109). Sum of RGB (Red+Green+Blue) = 126+225+109=460 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.39% from 460); Green value is 225 (88.28% from 255 or 48.91% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 225 - color contains mainly: green. Hex color #7EE16D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EE16D is #811E92. Grayscale: #B6B6B6. Windows color (decimal): -8461971 or 7201150. OLE color: 7201150.
HSL color Cylindrical-coordinate representation of color #7EE16D: hue angle of 111.21º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7EE16D is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 225 | 109 | - |
| CMYK | 0.44 | 0 | 0.52 | 0.12 |
| HSL | 111.21º | 0.66% | 0.65% | - |
| HSV(B) | 111.21º | 0.52% | 0.88% | - |
| XYZ | 38.29 | 59.39 | 23.91 | - |
| YUV | 182.18 | 86.7 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 225 | 109 | 0.44 | 0 | 0.52 | 0.12 | 111.21 | 0.66 | 0.65 |
| Hex | 7E | E1 | 6D | 2C | 0 | 34 | C | 6F | 42 | 41 |
| Octal | 176 | 341 | 155 | 54 | 0 | 64 | 14 | 157 | 102 | 101 |
| Binary | 1111110 | 11100001 | 1101101 | 101100 | 0 | 110100 | 1100 | 1101111 | 1000010 | 1000001 |
Color Harmonies of #7EE16D
Complementary color
Monochromatic Colors of #7EE16D
Black with #7EE16D
Text Example
Text Example
White with #7EE16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE16D; }
p { color: rgb(126,225,109); }
H1.HeaderClassName
{
color: #7EE16D;
}
.AnyTagClassName
{
color: #7EE16D;
}
</style>
background-color css
<style>
a { background-color: #7EE16D; }
a { background-color: rgb(126,225,109); }
div.DivClassName
{
background-color: #7EE16D;
}
.BgClassName
{
background-color: #7EE16D;
}
</style>
border-color css
<style>
span { border-color: #7EE16D; }
span { border-color: rgb(126,225,109); }
td.TdClassName
{
border-color: #7EE16D;
}
.TagClassName
{
border-color: #7EE16D;
}
</style>