Shades of Pastel Green #7ECB6F
Tints of Pastel Green #7ECB6F
RGB
CMYK
RGB Variations
Color information
#7ECB6F (or 0x7ECB6F) is known color: Pastel Green. HEX triplet: 7E, CB and 6F. RGB value is (126,203,111). Sum of RGB (Red+Green+Blue) = 126+203+111=440 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.64% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 203 - color contains mainly: green. Hex color #7ECB6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ECB6F is #813490. Grayscale: #A9A9A9. Windows color (decimal): -8467601 or 7326590. OLE color: 7326590.
HSL color Cylindrical-coordinate representation of color #7ECB6F: hue angle of 110.22º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ECB6F is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 203 | 111 | - |
| CMYK | 0.38 | 0 | 0.45 | 0.20 |
| HSL | 110.22º | 0.47% | 0.62% | - |
| HSV(B) | 110.22º | 0.45% | 0.8% | - |
| XYZ | 32.83 | 48.3 | 22.63 | - |
| YUV | 169.49 | 94.99 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 203 | 111 | 0.38 | 0 | 0.45 | 0.20 | 110.22 | 0.47 | 0.62 |
| Hex | 7E | CB | 6F | 26 | 0 | 2D | 14 | 6E | 2F | 3E |
| Octal | 176 | 313 | 157 | 46 | 0 | 55 | 24 | 156 | 57 | 76 |
| Binary | 1111110 | 11001011 | 1101111 | 100110 | 0 | 101101 | 10100 | 1101110 | 101111 | 111110 |
Color Harmonies of #7ECB6F
Complementary color
Monochromatic Colors of #7ECB6F
Black with #7ECB6F
Text Example
Text Example
White with #7ECB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECB6F; }
p { color: rgb(126,203,111); }
H1.HeaderClassName
{
color: #7ECB6F;
}
.AnyTagClassName
{
color: #7ECB6F;
}
</style>
background-color css
<style>
a { background-color: #7ECB6F; }
a { background-color: rgb(126,203,111); }
div.DivClassName
{
background-color: #7ECB6F;
}
.BgClassName
{
background-color: #7ECB6F;
}
</style>
border-color css
<style>
span { border-color: #7ECB6F; }
span { border-color: rgb(126,203,111); }
td.TdClassName
{
border-color: #7ECB6F;
}
.TagClassName
{
border-color: #7ECB6F;
}
</style>