Shades of Pastel Green #7EE16B
Tints of Pastel Green #7EE16B
RGB
CMYK
RGB Variations
Color information
#7EE16B (or 0x7EE16B) is known color: Pastel Green. HEX triplet: 7E, E1 and 6B. RGB value is (126,225,107). Sum of RGB (Red+Green+Blue) = 126+225+107=458 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.51% from 458); Green value is 225 (88.28% from 255 or 49.13% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 225 - color contains mainly: green. Hex color #7EE16B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EE16B is #811E94. Grayscale: #B6B6B6. Windows color (decimal): -8461973 or 7070078. OLE color: 7070078.
HSL color Cylindrical-coordinate representation of color #7EE16B: hue angle of 110.34º 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 #7EE16B is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 225 | 107 | - |
| CMYK | 0.44 | 0 | 0.52 | 0.12 |
| HSL | 110.34º | 0.66% | 0.65% | - |
| HSV(B) | 110.34º | 0.52% | 0.88% | - |
| XYZ | 38.18 | 59.35 | 23.35 | - |
| YUV | 181.95 | 85.7 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 225 | 107 | 0.44 | 0 | 0.52 | 0.12 | 110.34 | 0.66 | 0.65 |
| Hex | 7E | E1 | 6B | 2C | 0 | 34 | C | 6E | 42 | 41 |
| Octal | 176 | 341 | 153 | 54 | 0 | 64 | 14 | 156 | 102 | 101 |
| Binary | 1111110 | 11100001 | 1101011 | 101100 | 0 | 110100 | 1100 | 1101110 | 1000010 | 1000001 |
Color Harmonies of #7EE16B
Complementary color
Monochromatic Colors of #7EE16B
Black with #7EE16B
Text Example
Text Example
White with #7EE16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE16B; }
p { color: rgb(126,225,107); }
H1.HeaderClassName
{
color: #7EE16B;
}
.AnyTagClassName
{
color: #7EE16B;
}
</style>
background-color css
<style>
a { background-color: #7EE16B; }
a { background-color: rgb(126,225,107); }
div.DivClassName
{
background-color: #7EE16B;
}
.BgClassName
{
background-color: #7EE16B;
}
</style>
border-color css
<style>
span { border-color: #7EE16B; }
span { border-color: rgb(126,225,107); }
td.TdClassName
{
border-color: #7EE16B;
}
.TagClassName
{
border-color: #7EE16B;
}
</style>