Shades of Pastel Green #7EF473
Tints of Pastel Green #7EF473
RGB
CMYK
RGB Variations
Color information
#7EF473 (or 0x7EF473) is known color: Pastel Green. HEX triplet: 7E, F4 and 73. RGB value is (126,244,115). Sum of RGB (Red+Green+Blue) = 126+244+115=485 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.98% from 485); Green value is 244 (95.70% from 255 or 50.31% from 485); Blue value is 115 (45.31% from 255 or 23.71% from 485); Max value from RGB is 244 - color contains mainly: green. Hex color #7EF473 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EF473 is #810B8C. Grayscale: #C2C2C2. Windows color (decimal): -8457101 or 7599230. OLE color: 7599230.
HSL color Cylindrical-coordinate representation of color #7EF473: hue angle of 114.88º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7EF473 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 126 | 244 | 115 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.04 |
| HSL | 114.88º | 0.85% | 0.7% | - |
| HSV(B) | 114.88º | 0.53% | 0.96% | - |
| XYZ | 44.05 | 70.37 | 27.48 | - |
| YUV | 194.01 | 83.41 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 244 | 115 | 0.48 | 0 | 0.53 | 0.04 | 114.88 | 0.85 | 0.7 |
| Hex | 7E | F4 | 73 | 30 | 0 | 35 | 4 | 73 | 55 | 46 |
| Octal | 176 | 364 | 163 | 60 | 0 | 65 | 4 | 163 | 125 | 106 |
| Binary | 1111110 | 11110100 | 1110011 | 110000 | 0 | 110101 | 100 | 1110011 | 1010101 | 1000110 |
Color Harmonies of #7EF473
Complementary color
Monochromatic Colors of #7EF473
Black with #7EF473
Text Example
Text Example
White with #7EF473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EF473; }
p { color: rgb(126,244,115); }
H1.HeaderClassName
{
color: #7EF473;
}
.AnyTagClassName
{
color: #7EF473;
}
</style>
background-color css
<style>
a { background-color: #7EF473; }
a { background-color: rgb(126,244,115); }
div.DivClassName
{
background-color: #7EF473;
}
.BgClassName
{
background-color: #7EF473;
}
</style>
border-color css
<style>
span { border-color: #7EF473; }
span { border-color: rgb(126,244,115); }
td.TdClassName
{
border-color: #7EF473;
}
.TagClassName
{
border-color: #7EF473;
}
</style>