Shades of Pastel Green #7EDE7E
Tints of Pastel Green #7EDE7E
RGB
CMYK
RGB Variations
Color information
#7EDE7E (or 0x7EDE7E) is known color: Pastel Green. HEX triplet: 7E, DE and 7E. RGB value is (126,222,126). Sum of RGB (Red+Green+Blue) = 126+222+126=474 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.58% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 222 - color contains mainly: green. Hex color #7EDE7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDE7E is #812181. Grayscale: #B6B6B6. Windows color (decimal): -8462722 or 8314494. OLE color: 8314494.
HSL color Cylindrical-coordinate representation of color #7EDE7E: hue angle of 120º 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 #7EDE7E is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 222 | 126 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.13 |
| HSL | 120º | 0.59% | 0.68% | - |
| HSV(B) | 120º | 0.43% | 0.87% | - |
| XYZ | 38.49 | 58.18 | 28.94 | - |
| YUV | 182.35 | 96.2 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 222 | 126 | 0.43 | 0 | 0.43 | 0.13 | 120 | 0.59 | 0.68 |
| Hex | 7E | DE | 7E | 2B | 0 | 2B | D | 78 | 3B | 44 |
| Octal | 176 | 336 | 176 | 53 | 0 | 53 | 15 | 170 | 73 | 104 |
| Binary | 1111110 | 11011110 | 1111110 | 101011 | 0 | 101011 | 1101 | 1111000 | 111011 | 1000100 |
Color Harmonies of #7EDE7E
Complementary color
Monochromatic Colors of #7EDE7E
Black with #7EDE7E
Text Example
Text Example
White with #7EDE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDE7E; }
p { color: rgb(126,222,126); }
H1.HeaderClassName
{
color: #7EDE7E;
}
.AnyTagClassName
{
color: #7EDE7E;
}
</style>
background-color css
<style>
a { background-color: #7EDE7E; }
a { background-color: rgb(126,222,126); }
div.DivClassName
{
background-color: #7EDE7E;
}
.BgClassName
{
background-color: #7EDE7E;
}
</style>
border-color css
<style>
span { border-color: #7EDE7E; }
span { border-color: rgb(126,222,126); }
td.TdClassName
{
border-color: #7EDE7E;
}
.TagClassName
{
border-color: #7EDE7E;
}
</style>