Shades of Pastel Green #7EEC7E
Tints of Pastel Green #7EEC7E
RGB
CMYK
RGB Variations
Color information
#7EEC7E (or 0x7EEC7E) is known color: Pastel Green. HEX triplet: 7E, EC and 7E. RGB value is (126,236,126). Sum of RGB (Red+Green+Blue) = 126+236+126=488 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.82% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #7EEC7E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EEC7E is #811381. Grayscale: #BEBEBE. Windows color (decimal): -8459138 or 8318078. OLE color: 8318078.
HSL color Cylindrical-coordinate representation of color #7EEC7E: hue angle of 120º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EEC7E is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
RGB | 126 | 236 | 126 | - |
CMYK | 0.47 | 0 | 0.47 | 0.07 |
HSL | 120º | 0.74% | 0.71% | - |
HSV(B) | 120º | 0.47% | 0.93% | - |
XYZ | 42.37 | 65.93 | 30.23 | - |
YUV | 190.57 | 91.56 | 81.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 126 | 236 | 126 | 0.47 | 0 | 0.47 | 0.07 | 120 | 0.74 | 0.71 |
Hex | 7E | EC | 7E | 2F | 0 | 2F | 7 | 78 | 4A | 47 |
Octal | 176 | 354 | 176 | 57 | 0 | 57 | 7 | 170 | 112 | 107 |
Binary | 1111110 | 11101100 | 1111110 | 101111 | 0 | 101111 | 111 | 1111000 | 1001010 | 1000111 |
Color Harmonies of #7EEC7E
Complementary color
Monochromatic Colors of #7EEC7E
Black with #7EEC7E
Text Example
Text Example
White with #7EEC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEC7E; }
p { color: rgb(126,236,126); }
H1.HeaderClassName
{
color: #7EEC7E;
}
.AnyTagClassName
{
color: #7EEC7E;
}
</style>
background-color css
<style>
a { background-color: #7EEC7E; }
a { background-color: rgb(126,236,126); }
div.DivClassName
{
background-color: #7EEC7E;
}
.BgClassName
{
background-color: #7EEC7E;
}
</style>
border-color css
<style>
span { border-color: #7EEC7E; }
span { border-color: rgb(126,236,126); }
td.TdClassName
{
border-color: #7EEC7E;
}
.TagClassName
{
border-color: #7EEC7E;
}
</style>