Shades of Pastel Green #7EDF88
Tints of Pastel Green #7EDF88
RGB
CMYK
RGB Variations
Color information
#7EDF88 (or 0x7EDF88) is known color: Pastel Green. HEX triplet: 7E, DF and 88. RGB value is (126,223,136). Sum of RGB (Red+Green+Blue) = 126+223+136=485 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.98% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDF88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDF88 is #812077. Grayscale: #B8B8B8. Windows color (decimal): -8462456 or 8970110. OLE color: 8970110.
HSL color Cylindrical-coordinate representation of color #7EDF88: hue angle of 126.19º 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 #7EDF88 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 223 | 136 | - |
| CMYK | 0.43 | 0 | 0.39 | 0.13 |
| HSL | 126.19º | 0.6% | 0.68% | - |
| HSV(B) | 126.19º | 0.43% | 0.87% | - |
| XYZ | 39.44 | 58.99 | 32.6 | - |
| YUV | 184.08 | 100.86 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 223 | 136 | 0.43 | 0 | 0.39 | 0.13 | 126.19 | 0.6 | 0.68 |
| Hex | 7E | DF | 88 | 2B | 0 | 27 | D | 7E | 3C | 44 |
| Octal | 176 | 337 | 210 | 53 | 0 | 47 | 15 | 176 | 74 | 104 |
| Binary | 1111110 | 11011111 | 10001000 | 101011 | 0 | 100111 | 1101 | 1111110 | 111100 | 1000100 |
Color Harmonies of #7EDF88
Complementary color
Monochromatic Colors of #7EDF88
Black with #7EDF88
Text Example
Text Example
White with #7EDF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDF88; }
p { color: rgb(126,223,136); }
H1.HeaderClassName
{
color: #7EDF88;
}
.AnyTagClassName
{
color: #7EDF88;
}
</style>
background-color css
<style>
a { background-color: #7EDF88; }
a { background-color: rgb(126,223,136); }
div.DivClassName
{
background-color: #7EDF88;
}
.BgClassName
{
background-color: #7EDF88;
}
</style>
border-color css
<style>
span { border-color: #7EDF88; }
span { border-color: rgb(126,223,136); }
td.TdClassName
{
border-color: #7EDF88;
}
.TagClassName
{
border-color: #7EDF88;
}
</style>