Shades of Pastel Green #7EDA64
Tints of Pastel Green #7EDA64
RGB
CMYK
RGB Variations
Color information
#7EDA64 (or 0x7EDA64) is known color: Pastel Green. HEX triplet: 7E, DA and 64. RGB value is (126,218,100). Sum of RGB (Red+Green+Blue) = 126+218+100=444 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.38% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDA64 is #81259B. Grayscale: #B1B1B1. Windows color (decimal): -8463772 or 6609534. OLE color: 6609534.
HSL color Cylindrical-coordinate representation of color #7EDA64: hue angle of 106.78º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7EDA64 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 218 | 100 | - |
| CMYK | 0.42 | 0 | 0.54 | 0.15 |
| HSL | 106.78º | 0.61% | 0.62% | - |
| HSV(B) | 106.78º | 0.54% | 0.85% | - |
| XYZ | 35.98 | 55.5 | 20.87 | - |
| YUV | 177.04 | 84.52 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 218 | 100 | 0.42 | 0 | 0.54 | 0.15 | 106.78 | 0.61 | 0.62 |
| Hex | 7E | DA | 64 | 2A | 0 | 36 | F | 6B | 3D | 3E |
| Octal | 176 | 332 | 144 | 52 | 0 | 66 | 17 | 153 | 75 | 76 |
| Binary | 1111110 | 11011010 | 1100100 | 101010 | 0 | 110110 | 1111 | 1101011 | 111101 | 111110 |
Color Harmonies of #7EDA64
Complementary color
Monochromatic Colors of #7EDA64
Black with #7EDA64
Text Example
Text Example
White with #7EDA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDA64; }
p { color: rgb(126,218,100); }
H1.HeaderClassName
{
color: #7EDA64;
}
.AnyTagClassName
{
color: #7EDA64;
}
</style>
background-color css
<style>
a { background-color: #7EDA64; }
a { background-color: rgb(126,218,100); }
div.DivClassName
{
background-color: #7EDA64;
}
.BgClassName
{
background-color: #7EDA64;
}
</style>
border-color css
<style>
span { border-color: #7EDA64; }
span { border-color: rgb(126,218,100); }
td.TdClassName
{
border-color: #7EDA64;
}
.TagClassName
{
border-color: #7EDA64;
}
</style>