Shades of Pastel Green #7EDC85
Tints of Pastel Green #7EDC85
RGB
CMYK
RGB Variations
Color information
#7EDC85 (or 0x7EDC85) is known color: Pastel Green. HEX triplet: 7E, DC and 85. RGB value is (126,220,133). Sum of RGB (Red+Green+Blue) = 126+220+133=479 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.30% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #7EDC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDC85 is #81237A. Grayscale: #B6B6B6. Windows color (decimal): -8463227 or 8772734. OLE color: 8772734.
HSL color Cylindrical-coordinate representation of color #7EDC85: hue angle of 124.47º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDC85 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 220 | 133 | - |
| CMYK | 0.43 | 0 | 0.40 | 0.14 |
| HSL | 124.47º | 0.57% | 0.68% | - |
| HSV(B) | 124.47º | 0.43% | 0.86% | - |
| XYZ | 38.43 | 57.32 | 31.23 | - |
| YUV | 181.98 | 100.36 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 220 | 133 | 0.43 | 0 | 0.40 | 0.14 | 124.47 | 0.57 | 0.68 |
| Hex | 7E | DC | 85 | 2B | 0 | 28 | E | 7C | 39 | 44 |
| Octal | 176 | 334 | 205 | 53 | 0 | 50 | 16 | 174 | 71 | 104 |
| Binary | 1111110 | 11011100 | 10000101 | 101011 | 0 | 101000 | 1110 | 1111100 | 111001 | 1000100 |
Color Harmonies of #7EDC85
Complementary color
Monochromatic Colors of #7EDC85
Black with #7EDC85
Text Example
Text Example
White with #7EDC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDC85; }
p { color: rgb(126,220,133); }
H1.HeaderClassName
{
color: #7EDC85;
}
.AnyTagClassName
{
color: #7EDC85;
}
</style>
background-color css
<style>
a { background-color: #7EDC85; }
a { background-color: rgb(126,220,133); }
div.DivClassName
{
background-color: #7EDC85;
}
.BgClassName
{
background-color: #7EDC85;
}
</style>
border-color css
<style>
span { border-color: #7EDC85; }
span { border-color: rgb(126,220,133); }
td.TdClassName
{
border-color: #7EDC85;
}
.TagClassName
{
border-color: #7EDC85;
}
</style>