Shades of Pastel Green #7EE65D
Tints of Pastel Green #7EE65D
RGB
CMYK
RGB Variations
Color information
#7EE65D (or 0x7EE65D) is known color: Pastel Green. HEX triplet: 7E, E6 and 5D. RGB value is (126,230,93). Sum of RGB (Red+Green+Blue) = 126+230+93=449 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.06% from 449); Green value is 230 (90.23% from 255 or 51.22% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 230 - color contains mainly: green. Hex color #7EE65D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EE65D is #8119A2. Grayscale: #B7B7B7. Windows color (decimal): -8460707 or 6153854. OLE color: 6153854.
HSL color Cylindrical-coordinate representation of color #7EE65D: hue angle of 105.55º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7EE65D is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 126 | 230 | 93 | - |
| CMYK | 0.45 | 0 | 0.60 | 0.10 |
| HSL | 105.55º | 0.73% | 0.63% | - |
| HSV(B) | 105.55º | 0.6% | 0.9% | - |
| XYZ | 38.88 | 61.82 | 20.24 | - |
| YUV | 183.29 | 77.04 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 230 | 93 | 0.45 | 0 | 0.60 | 0.10 | 105.55 | 0.73 | 0.63 |
| Hex | 7E | E6 | 5D | 2D | 0 | 3C | A | 6A | 49 | 3F |
| Octal | 176 | 346 | 135 | 55 | 0 | 74 | 12 | 152 | 111 | 77 |
| Binary | 1111110 | 11100110 | 1011101 | 101101 | 0 | 111100 | 1010 | 1101010 | 1001001 | 111111 |
Color Harmonies of #7EE65D
Complementary color
Monochromatic Colors of #7EE65D
Black with #7EE65D
Text Example
Text Example
White with #7EE65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE65D; }
p { color: rgb(126,230,93); }
H1.HeaderClassName
{
color: #7EE65D;
}
.AnyTagClassName
{
color: #7EE65D;
}
</style>
background-color css
<style>
a { background-color: #7EE65D; }
a { background-color: rgb(126,230,93); }
div.DivClassName
{
background-color: #7EE65D;
}
.BgClassName
{
background-color: #7EE65D;
}
</style>
border-color css
<style>
span { border-color: #7EE65D; }
span { border-color: rgb(126,230,93); }
td.TdClassName
{
border-color: #7EE65D;
}
.TagClassName
{
border-color: #7EE65D;
}
</style>