Shades of Pastel Green #7EEC64
Tints of Pastel Green #7EEC64
RGB
CMYK
RGB Variations
Color information
#7EEC64 (or 0x7EEC64) is known color: Pastel Green. HEX triplet: 7E, EC and 64. RGB value is (126,236,100). Sum of RGB (Red+Green+Blue) = 126+236+100=462 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.27% from 462); Green value is 236 (92.58% from 255 or 51.08% from 462); Blue value is 100 (39.45% from 255 or 21.65% from 462); Max value from RGB is 236 - color contains mainly: green. Hex color #7EEC64 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EEC64 is #81139B. Grayscale: #BCBCBC. Windows color (decimal): -8459164 or 6614142. OLE color: 6614142.
HSL color Cylindrical-coordinate representation of color #7EEC64: hue angle of 108.53º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7EEC64 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 126 | 236 | 100 | - |
| CMYK | 0.47 | 0 | 0.58 | 0.07 |
| HSL | 108.53º | 0.78% | 0.66% | - |
| HSV(B) | 108.53º | 0.58% | 0.93% | - |
| XYZ | 40.9 | 65.35 | 22.51 | - |
| YUV | 187.61 | 78.56 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 236 | 100 | 0.47 | 0 | 0.58 | 0.07 | 108.53 | 0.78 | 0.66 |
| Hex | 7E | EC | 64 | 2F | 0 | 3A | 7 | 6D | 4E | 42 |
| Octal | 176 | 354 | 144 | 57 | 0 | 72 | 7 | 155 | 116 | 102 |
| Binary | 1111110 | 11101100 | 1100100 | 101111 | 0 | 111010 | 111 | 1101101 | 1001110 | 1000010 |
Color Harmonies of #7EEC64
Complementary color
Monochromatic Colors of #7EEC64
Black with #7EEC64
Text Example
Text Example
White with #7EEC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EEC64; }
p { color: rgb(126,236,100); }
H1.HeaderClassName
{
color: #7EEC64;
}
.AnyTagClassName
{
color: #7EEC64;
}
</style>
background-color css
<style>
a { background-color: #7EEC64; }
a { background-color: rgb(126,236,100); }
div.DivClassName
{
background-color: #7EEC64;
}
.BgClassName
{
background-color: #7EEC64;
}
</style>
border-color css
<style>
span { border-color: #7EEC64; }
span { border-color: rgb(126,236,100); }
td.TdClassName
{
border-color: #7EEC64;
}
.TagClassName
{
border-color: #7EEC64;
}
</style>