Shades of Pastel Green #7EE65E
Tints of Pastel Green #7EE65E
RGB
CMYK
RGB Variations
Color information
#7EE65E (or 0x7EE65E) is known color: Pastel Green. HEX triplet: 7E, E6 and 5E. RGB value is (126,230,94). Sum of RGB (Red+Green+Blue) = 126+230+94=450 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28% from 450); Green value is 230 (90.23% from 255 or 51.11% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 230 - color contains mainly: green. Hex color #7EE65E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EE65E is #8119A1. Grayscale: #B7B7B7. Windows color (decimal): -8460706 or 6219390. OLE color: 6219390.
HSL color Cylindrical-coordinate representation of color #7EE65E: hue angle of 105.88º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7EE65E is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 126 | 230 | 94 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.10 |
| HSL | 105.88º | 0.73% | 0.64% | - |
| HSV(B) | 105.88º | 0.59% | 0.9% | - |
| XYZ | 38.92 | 61.84 | 20.47 | - |
| YUV | 183.4 | 77.54 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 230 | 94 | 0.45 | 0 | 0.59 | 0.10 | 105.88 | 0.73 | 0.64 |
| Hex | 7E | E6 | 5E | 2D | 0 | 3B | A | 6A | 49 | 40 |
| Octal | 176 | 346 | 136 | 55 | 0 | 73 | 12 | 152 | 111 | 100 |
| Binary | 1111110 | 11100110 | 1011110 | 101101 | 0 | 111011 | 1010 | 1101010 | 1001001 | 1000000 |
Color Harmonies of #7EE65E
Complementary color
Monochromatic Colors of #7EE65E
Black with #7EE65E
Text Example
Text Example
White with #7EE65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE65E; }
p { color: rgb(126,230,94); }
H1.HeaderClassName
{
color: #7EE65E;
}
.AnyTagClassName
{
color: #7EE65E;
}
</style>
background-color css
<style>
a { background-color: #7EE65E; }
a { background-color: rgb(126,230,94); }
div.DivClassName
{
background-color: #7EE65E;
}
.BgClassName
{
background-color: #7EE65E;
}
</style>
border-color css
<style>
span { border-color: #7EE65E; }
span { border-color: rgb(126,230,94); }
td.TdClassName
{
border-color: #7EE65E;
}
.TagClassName
{
border-color: #7EE65E;
}
</style>