Shades of Pastel Green #7ED271
Tints of Pastel Green #7ED271
RGB
CMYK
RGB Variations
Color information
#7ED271 (or 0x7ED271) is known color: Pastel Green. HEX triplet: 7E, D2 and 71. RGB value is (126,210,113). Sum of RGB (Red+Green+Blue) = 126+210+113=449 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.06% from 449); Green value is 210 (82.42% from 255 or 46.77% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED271 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED271 is #812D8E. Grayscale: #AEAEAE. Windows color (decimal): -8465807 or 7459454. OLE color: 7459454.
HSL color Cylindrical-coordinate representation of color #7ED271: hue angle of 111.96º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7ED271 is Cyan = 0.4, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 210 | 113 | - |
| CMYK | 0.4 | 0 | 0.46 | 0.18 |
| HSL | 111.96º | 0.52% | 0.63% | - |
| HSV(B) | 111.96º | 0.46% | 0.82% | - |
| XYZ | 34.63 | 51.72 | 23.78 | - |
| YUV | 173.83 | 93.67 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 113 | 0.4 | 0 | 0.46 | 0.18 | 111.96 | 0.52 | 0.63 |
| Hex | 7E | D2 | 71 | 28 | 0 | 2E | 12 | 70 | 34 | 3F |
| Octal | 176 | 322 | 161 | 50 | 0 | 56 | 22 | 160 | 64 | 77 |
| Binary | 1111110 | 11010010 | 1110001 | 101000 | 0 | 101110 | 10010 | 1110000 | 110100 | 111111 |
Color Harmonies of #7ED271
Complementary color
Monochromatic Colors of #7ED271
Black with #7ED271
Text Example
Text Example
White with #7ED271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED271; }
p { color: rgb(126,210,113); }
H1.HeaderClassName
{
color: #7ED271;
}
.AnyTagClassName
{
color: #7ED271;
}
</style>
background-color css
<style>
a { background-color: #7ED271; }
a { background-color: rgb(126,210,113); }
div.DivClassName
{
background-color: #7ED271;
}
.BgClassName
{
background-color: #7ED271;
}
</style>
border-color css
<style>
span { border-color: #7ED271; }
span { border-color: rgb(126,210,113); }
td.TdClassName
{
border-color: #7ED271;
}
.TagClassName
{
border-color: #7ED271;
}
</style>