Shades of Pastel Green #7EDF76
Tints of Pastel Green #7EDF76
RGB
CMYK
RGB Variations
Color information
#7EDF76 (or 0x7EDF76) is known color: Pastel Green. HEX triplet: 7E, DF and 76. RGB value is (126,223,118). Sum of RGB (Red+Green+Blue) = 126+223+118=467 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.98% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDF76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDF76 is #812089. Grayscale: #B6B6B6. Windows color (decimal): -8462474 or 7790462. OLE color: 7790462.
HSL color Cylindrical-coordinate representation of color #7EDF76: hue angle of 115.43º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EDF76 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 223 | 118 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.13 |
| HSL | 115.43º | 0.62% | 0.67% | - |
| HSV(B) | 115.43º | 0.47% | 0.87% | - |
| XYZ | 38.26 | 58.52 | 26.42 | - |
| YUV | 182.03 | 91.86 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 223 | 118 | 0.43 | 0 | 0.47 | 0.13 | 115.43 | 0.62 | 0.67 |
| Hex | 7E | DF | 76 | 2B | 0 | 2F | D | 73 | 3E | 43 |
| Octal | 176 | 337 | 166 | 53 | 0 | 57 | 15 | 163 | 76 | 103 |
| Binary | 1111110 | 11011111 | 1110110 | 101011 | 0 | 101111 | 1101 | 1110011 | 111110 | 1000011 |
Color Harmonies of #7EDF76
Complementary color
Monochromatic Colors of #7EDF76
Black with #7EDF76
Text Example
Text Example
White with #7EDF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDF76; }
p { color: rgb(126,223,118); }
H1.HeaderClassName
{
color: #7EDF76;
}
.AnyTagClassName
{
color: #7EDF76;
}
</style>
background-color css
<style>
a { background-color: #7EDF76; }
a { background-color: rgb(126,223,118); }
div.DivClassName
{
background-color: #7EDF76;
}
.BgClassName
{
background-color: #7EDF76;
}
</style>
border-color css
<style>
span { border-color: #7EDF76; }
span { border-color: rgb(126,223,118); }
td.TdClassName
{
border-color: #7EDF76;
}
.TagClassName
{
border-color: #7EDF76;
}
</style>