Shades of Pastel Green #7EE585
Tints of Pastel Green #7EE585
RGB
CMYK
RGB Variations
Color information
#7EE585 (or 0x7EE585) is known color: Pastel Green. HEX triplet: 7E, E5 and 85. RGB value is (126,229,133). Sum of RGB (Red+Green+Blue) = 126+229+133=488 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.82% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 229 - color contains mainly: green. Hex color #7EE585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EE585 is #811A7A. Grayscale: #BBBBBB. Windows color (decimal): -8460923 or 8775038. OLE color: 8775038.
HSL color Cylindrical-coordinate representation of color #7EE585: hue angle of 124.08º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7EE585 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 126 | 229 | 133 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.10 |
| HSL | 124.08º | 0.66% | 0.7% | - |
| HSV(B) | 124.08º | 0.45% | 0.9% | - |
| XYZ | 40.86 | 62.17 | 32.04 | - |
| YUV | 187.26 | 97.38 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 229 | 133 | 0.45 | 0 | 0.42 | 0.10 | 124.08 | 0.66 | 0.7 |
| Hex | 7E | E5 | 85 | 2D | 0 | 2A | A | 7C | 42 | 46 |
| Octal | 176 | 345 | 205 | 55 | 0 | 52 | 12 | 174 | 102 | 106 |
| Binary | 1111110 | 11100101 | 10000101 | 101101 | 0 | 101010 | 1010 | 1111100 | 1000010 | 1000110 |
Color Harmonies of #7EE585
Complementary color
Monochromatic Colors of #7EE585
Black with #7EE585
Text Example
Text Example
White with #7EE585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE585; }
p { color: rgb(126,229,133); }
H1.HeaderClassName
{
color: #7EE585;
}
.AnyTagClassName
{
color: #7EE585;
}
</style>
background-color css
<style>
a { background-color: #7EE585; }
a { background-color: rgb(126,229,133); }
div.DivClassName
{
background-color: #7EE585;
}
.BgClassName
{
background-color: #7EE585;
}
</style>
border-color css
<style>
span { border-color: #7EE585; }
span { border-color: rgb(126,229,133); }
td.TdClassName
{
border-color: #7EE585;
}
.TagClassName
{
border-color: #7EE585;
}
</style>