Shades of Pastel Green #7EDF81
Tints of Pastel Green #7EDF81
RGB
CMYK
RGB Variations
Color information
#7EDF81 (or 0x7EDF81) is known color: Pastel Green. HEX triplet: 7E, DF and 81. RGB value is (126,223,129). Sum of RGB (Red+Green+Blue) = 126+223+129=478 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.36% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #7EDF81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDF81 is #81207E. Grayscale: #B7B7B7. Windows color (decimal): -8462463 or 8511358. OLE color: 8511358.
HSL color Cylindrical-coordinate representation of color #7EDF81: hue angle of 121.86º 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 #7EDF81 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 126 | 223 | 129 | - |
| CMYK | 0.43 | 0 | 0.42 | 0.13 |
| HSL | 121.86º | 0.6% | 0.68% | - |
| HSV(B) | 121.86º | 0.43% | 0.87% | - |
| XYZ | 38.95 | 58.8 | 30.06 | - |
| YUV | 183.28 | 97.36 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 223 | 129 | 0.43 | 0 | 0.42 | 0.13 | 121.86 | 0.6 | 0.68 |
| Hex | 7E | DF | 81 | 2B | 0 | 2A | D | 7A | 3C | 44 |
| Octal | 176 | 337 | 201 | 53 | 0 | 52 | 15 | 172 | 74 | 104 |
| Binary | 1111110 | 11011111 | 10000001 | 101011 | 0 | 101010 | 1101 | 1111010 | 111100 | 1000100 |
Color Harmonies of #7EDF81
Complementary color
Monochromatic Colors of #7EDF81
Black with #7EDF81
Text Example
Text Example
White with #7EDF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDF81; }
p { color: rgb(126,223,129); }
H1.HeaderClassName
{
color: #7EDF81;
}
.AnyTagClassName
{
color: #7EDF81;
}
</style>
background-color css
<style>
a { background-color: #7EDF81; }
a { background-color: rgb(126,223,129); }
div.DivClassName
{
background-color: #7EDF81;
}
.BgClassName
{
background-color: #7EDF81;
}
</style>
border-color css
<style>
span { border-color: #7EDF81; }
span { border-color: rgb(126,223,129); }
td.TdClassName
{
border-color: #7EDF81;
}
.TagClassName
{
border-color: #7EDF81;
}
</style>