Shades of Pastel Green #7EDF7C
Tints of Pastel Green #7EDF7C
RGB
CMYK
RGB Variations
Color information
#7EDF7C (or 0x7EDF7C) is known color: Pastel Green. HEX triplet: 7E, DF and 7C. RGB value is (126,223,124). Sum of RGB (Red+Green+Blue) = 126+223+124=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDF7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDF7C is #812083. Grayscale: #B7B7B7. Windows color (decimal): -8462468 or 8183678. OLE color: 8183678.
HSL color Cylindrical-coordinate representation of color #7EDF7C: hue angle of 118.79º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EDF7C is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 223 | 124 | - |
| CMYK | 0.43 | 0 | 0.44 | 0.13 |
| HSL | 118.79º | 0.61% | 0.68% | - |
| HSV(B) | 118.79º | 0.44% | 0.87% | - |
| XYZ | 38.63 | 58.67 | 28.36 | - |
| YUV | 182.71 | 94.86 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 223 | 124 | 0.43 | 0 | 0.44 | 0.13 | 118.79 | 0.61 | 0.68 |
| Hex | 7E | DF | 7C | 2B | 0 | 2C | D | 77 | 3D | 44 |
| Octal | 176 | 337 | 174 | 53 | 0 | 54 | 15 | 167 | 75 | 104 |
| Binary | 1111110 | 11011111 | 1111100 | 101011 | 0 | 101100 | 1101 | 1110111 | 111101 | 1000100 |
Color Harmonies of #7EDF7C
Complementary color
Monochromatic Colors of #7EDF7C
Black with #7EDF7C
Text Example
Text Example
White with #7EDF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDF7C; }
p { color: rgb(126,223,124); }
H1.HeaderClassName
{
color: #7EDF7C;
}
.AnyTagClassName
{
color: #7EDF7C;
}
</style>
background-color css
<style>
a { background-color: #7EDF7C; }
a { background-color: rgb(126,223,124); }
div.DivClassName
{
background-color: #7EDF7C;
}
.BgClassName
{
background-color: #7EDF7C;
}
</style>
border-color css
<style>
span { border-color: #7EDF7C; }
span { border-color: rgb(126,223,124); }
td.TdClassName
{
border-color: #7EDF7C;
}
.TagClassName
{
border-color: #7EDF7C;
}
</style>