Shades of Pastel Green #7EDE88
Tints of Pastel Green #7EDE88
RGB
CMYK
RGB Variations
Color information
#7EDE88 (or 0x7EDE88) is known color: Pastel Green. HEX triplet: 7E, DE and 88. RGB value is (126,222,136). Sum of RGB (Red+Green+Blue) = 126+222+136=484 (64% of max value = 765). Red value is 126 (49.61% from 255 or 26.03% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 222 - color contains mainly: green. Hex color #7EDE88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDE88 is #812177. Grayscale: #B7B7B7. Windows color (decimal): -8462712 or 8969854. OLE color: 8969854.
HSL color Cylindrical-coordinate representation of color #7EDE88: hue angle of 126.25º degrees, saturation: 0.59, 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 #7EDE88 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 222 | 136 | - |
| CMYK | 0.43 | 0 | 0.39 | 0.13 |
| HSL | 126.25º | 0.59% | 0.68% | - |
| HSV(B) | 126.25º | 0.43% | 0.87% | - |
| XYZ | 39.17 | 58.46 | 32.51 | - |
| YUV | 183.49 | 101.2 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 222 | 136 | 0.43 | 0 | 0.39 | 0.13 | 126.25 | 0.59 | 0.68 |
| Hex | 7E | DE | 88 | 2B | 0 | 27 | D | 7E | 3B | 44 |
| Octal | 176 | 336 | 210 | 53 | 0 | 47 | 15 | 176 | 73 | 104 |
| Binary | 1111110 | 11011110 | 10001000 | 101011 | 0 | 100111 | 1101 | 1111110 | 111011 | 1000100 |
Color Harmonies of #7EDE88
Complementary color
Monochromatic Colors of #7EDE88
Black with #7EDE88
Text Example
Text Example
White with #7EDE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDE88; }
p { color: rgb(126,222,136); }
H1.HeaderClassName
{
color: #7EDE88;
}
.AnyTagClassName
{
color: #7EDE88;
}
</style>
background-color css
<style>
a { background-color: #7EDE88; }
a { background-color: rgb(126,222,136); }
div.DivClassName
{
background-color: #7EDE88;
}
.BgClassName
{
background-color: #7EDE88;
}
</style>
border-color css
<style>
span { border-color: #7EDE88; }
span { border-color: rgb(126,222,136); }
td.TdClassName
{
border-color: #7EDE88;
}
.TagClassName
{
border-color: #7EDE88;
}
</style>