Shades of Pastel Green #7EE073
Tints of Pastel Green #7EE073
RGB
CMYK
RGB Variations
Color information
#7EE073 (or 0x7EE073) is known color: Pastel Green. HEX triplet: 7E, E0 and 73. RGB value is (126,224,115). Sum of RGB (Red+Green+Blue) = 126+224+115=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #7EE073 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EE073 is #811F8C. Grayscale: #B6B6B6. Windows color (decimal): -8462221 or 7594110. OLE color: 7594110.
HSL color Cylindrical-coordinate representation of color #7EE073: hue angle of 113.94º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EE073 is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 126 | 224 | 115 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.12 |
| HSL | 113.95º | 0.64% | 0.66% | - |
| HSV(B) | 113.95º | 0.49% | 0.88% | - |
| XYZ | 38.35 | 58.98 | 25.58 | - |
| YUV | 182.27 | 90.03 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 224 | 115 | 0.44 | 0 | 0.49 | 0.12 | 113.95 | 0.64 | 0.66 |
| Hex | 7E | E0 | 73 | 2C | 0 | 31 | C | 72 | 40 | 42 |
| Octal | 176 | 340 | 163 | 54 | 0 | 61 | 14 | 162 | 100 | 102 |
| Binary | 1111110 | 11100000 | 1110011 | 101100 | 0 | 110001 | 1100 | 1110010 | 1000000 | 1000010 |
Color Harmonies of #7EE073
Complementary color
Monochromatic Colors of #7EE073
Black with #7EE073
Text Example
Text Example
White with #7EE073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE073; }
p { color: rgb(126,224,115); }
H1.HeaderClassName
{
color: #7EE073;
}
.AnyTagClassName
{
color: #7EE073;
}
</style>
background-color css
<style>
a { background-color: #7EE073; }
a { background-color: rgb(126,224,115); }
div.DivClassName
{
background-color: #7EE073;
}
.BgClassName
{
background-color: #7EE073;
}
</style>
border-color css
<style>
span { border-color: #7EE073; }
span { border-color: rgb(126,224,115); }
td.TdClassName
{
border-color: #7EE073;
}
.TagClassName
{
border-color: #7EE073;
}
</style>