Shades of Pastel Green #7ECB71
Tints of Pastel Green #7ECB71
RGB
CMYK
RGB Variations
Color information
#7ECB71 (or 0x7ECB71) is known color: Pastel Green. HEX triplet: 7E, CB and 71. RGB value is (126,203,113). Sum of RGB (Red+Green+Blue) = 126+203+113=442 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.51% from 442); Green value is 203 (79.69% from 255 or 45.93% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 203 - color contains mainly: green. Hex color #7ECB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ECB71 is #81348E. Grayscale: #AAAAAA. Windows color (decimal): -8467599 or 7457662. OLE color: 7457662.
HSL color Cylindrical-coordinate representation of color #7ECB71: hue angle of 111.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ECB71 is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 203 | 113 | - |
| CMYK | 0.38 | 0 | 0.44 | 0.20 |
| HSL | 111.33º | 0.46% | 0.62% | - |
| HSV(B) | 111.33º | 0.44% | 0.8% | - |
| XYZ | 32.94 | 48.34 | 23.22 | - |
| YUV | 169.72 | 95.99 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 203 | 113 | 0.38 | 0 | 0.44 | 0.20 | 111.33 | 0.46 | 0.62 |
| Hex | 7E | CB | 71 | 26 | 0 | 2C | 14 | 6F | 2E | 3E |
| Octal | 176 | 313 | 161 | 46 | 0 | 54 | 24 | 157 | 56 | 76 |
| Binary | 1111110 | 11001011 | 1110001 | 100110 | 0 | 101100 | 10100 | 1101111 | 101110 | 111110 |
Color Harmonies of #7ECB71
Complementary color
Monochromatic Colors of #7ECB71
Black with #7ECB71
Text Example
Text Example
White with #7ECB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECB71; }
p { color: rgb(126,203,113); }
H1.HeaderClassName
{
color: #7ECB71;
}
.AnyTagClassName
{
color: #7ECB71;
}
</style>
background-color css
<style>
a { background-color: #7ECB71; }
a { background-color: rgb(126,203,113); }
div.DivClassName
{
background-color: #7ECB71;
}
.BgClassName
{
background-color: #7ECB71;
}
</style>
border-color css
<style>
span { border-color: #7ECB71; }
span { border-color: rgb(126,203,113); }
td.TdClassName
{
border-color: #7ECB71;
}
.TagClassName
{
border-color: #7ECB71;
}
</style>