Shades of Pastel Green #7EDF84
Tints of Pastel Green #7EDF84
RGB
CMYK
RGB Variations
Color information
#7EDF84 (or 0x7EDF84) is known color: Pastel Green. HEX triplet: 7E, DF and 84. RGB value is (126,223,132). Sum of RGB (Red+Green+Blue) = 126+223+132=481 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.20% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDF84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDF84 is #81207B. Grayscale: #B7B7B7. Windows color (decimal): -8462460 or 8707966. OLE color: 8707966.
HSL color Cylindrical-coordinate representation of color #7EDF84: hue angle of 123.71º degrees, saturation: 0.6, 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 #7EDF84 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 223 | 132 | - |
| CMYK | 0.43 | 0 | 0.41 | 0.13 |
| HSL | 123.71º | 0.6% | 0.68% | - |
| HSV(B) | 123.71º | 0.43% | 0.87% | - |
| XYZ | 39.16 | 58.88 | 31.13 | - |
| YUV | 183.62 | 98.86 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 223 | 132 | 0.43 | 0 | 0.41 | 0.13 | 123.71 | 0.6 | 0.68 |
| Hex | 7E | DF | 84 | 2B | 0 | 29 | D | 7C | 3C | 44 |
| Octal | 176 | 337 | 204 | 53 | 0 | 51 | 15 | 174 | 74 | 104 |
| Binary | 1111110 | 11011111 | 10000100 | 101011 | 0 | 101001 | 1101 | 1111100 | 111100 | 1000100 |
Color Harmonies of #7EDF84
Complementary color
Monochromatic Colors of #7EDF84
Black with #7EDF84
Text Example
Text Example
White with #7EDF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDF84; }
p { color: rgb(126,223,132); }
H1.HeaderClassName
{
color: #7EDF84;
}
.AnyTagClassName
{
color: #7EDF84;
}
</style>
background-color css
<style>
a { background-color: #7EDF84; }
a { background-color: rgb(126,223,132); }
div.DivClassName
{
background-color: #7EDF84;
}
.BgClassName
{
background-color: #7EDF84;
}
</style>
border-color css
<style>
span { border-color: #7EDF84; }
span { border-color: rgb(126,223,132); }
td.TdClassName
{
border-color: #7EDF84;
}
.TagClassName
{
border-color: #7EDF84;
}
</style>