Shades of Pastel Green #7EDD85
Tints of Pastel Green #7EDD85
RGB
CMYK
RGB Variations
Color information
#7EDD85 (or 0x7EDD85) is known color: Pastel Green. HEX triplet: 7E, DD and 85. RGB value is (126,221,133). Sum of RGB (Red+Green+Blue) = 126+221+133=480 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.25% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #7EDD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDD85 is #81227A. Grayscale: #B6B6B6. Windows color (decimal): -8462971 or 8772990. OLE color: 8772990.
HSL color Cylindrical-coordinate representation of color #7EDD85: hue angle of 124.42º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDD85 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 221 | 133 | - |
| CMYK | 0.43 | 0 | 0.40 | 0.13 |
| HSL | 124.42º | 0.58% | 0.68% | - |
| HSV(B) | 124.42º | 0.43% | 0.87% | - |
| XYZ | 38.69 | 57.84 | 31.32 | - |
| YUV | 182.56 | 100.03 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 221 | 133 | 0.43 | 0 | 0.40 | 0.13 | 124.42 | 0.58 | 0.68 |
| Hex | 7E | DD | 85 | 2B | 0 | 28 | D | 7C | 3A | 44 |
| Octal | 176 | 335 | 205 | 53 | 0 | 50 | 15 | 174 | 72 | 104 |
| Binary | 1111110 | 11011101 | 10000101 | 101011 | 0 | 101000 | 1101 | 1111100 | 111010 | 1000100 |
Color Harmonies of #7EDD85
Complementary color
Monochromatic Colors of #7EDD85
Black with #7EDD85
Text Example
Text Example
White with #7EDD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDD85; }
p { color: rgb(126,221,133); }
H1.HeaderClassName
{
color: #7EDD85;
}
.AnyTagClassName
{
color: #7EDD85;
}
</style>
background-color css
<style>
a { background-color: #7EDD85; }
a { background-color: rgb(126,221,133); }
div.DivClassName
{
background-color: #7EDD85;
}
.BgClassName
{
background-color: #7EDD85;
}
</style>
border-color css
<style>
span { border-color: #7EDD85; }
span { border-color: rgb(126,221,133); }
td.TdClassName
{
border-color: #7EDD85;
}
.TagClassName
{
border-color: #7EDD85;
}
</style>