Shades of Pastel Green #7EE260
Tints of Pastel Green #7EE260
RGB
CMYK
RGB Variations
Color information
#7EE260 (or 0x7EE260) is known color: Pastel Green. HEX triplet: 7E, E2 and 60. RGB value is (126,226,96). Sum of RGB (Red+Green+Blue) = 126+226+96=448 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.12% from 448); Green value is 226 (88.67% from 255 or 50.45% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 226 - color contains mainly: green. Hex color #7EE260 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EE260 is #811D9F. Grayscale: #B5B5B5. Windows color (decimal): -8461728 or 6349438. OLE color: 6349438.
HSL color Cylindrical-coordinate representation of color #7EE260: hue angle of 106.15º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7EE260 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 126 | 226 | 96 | - |
| CMYK | 0.44 | 0 | 0.58 | 0.11 |
| HSL | 106.15º | 0.69% | 0.63% | - |
| HSV(B) | 106.15º | 0.58% | 0.89% | - |
| XYZ | 37.91 | 59.67 | 20.59 | - |
| YUV | 181.28 | 79.87 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 226 | 96 | 0.44 | 0 | 0.58 | 0.11 | 106.15 | 0.69 | 0.63 |
| Hex | 7E | E2 | 60 | 2C | 0 | 3A | B | 6A | 45 | 3F |
| Octal | 176 | 342 | 140 | 54 | 0 | 72 | 13 | 152 | 105 | 77 |
| Binary | 1111110 | 11100010 | 1100000 | 101100 | 0 | 111010 | 1011 | 1101010 | 1000101 | 111111 |
Color Harmonies of #7EE260
Complementary color
Monochromatic Colors of #7EE260
Black with #7EE260
Text Example
Text Example
White with #7EE260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE260; }
p { color: rgb(126,226,96); }
H1.HeaderClassName
{
color: #7EE260;
}
.AnyTagClassName
{
color: #7EE260;
}
</style>
background-color css
<style>
a { background-color: #7EE260; }
a { background-color: rgb(126,226,96); }
div.DivClassName
{
background-color: #7EE260;
}
.BgClassName
{
background-color: #7EE260;
}
</style>
border-color css
<style>
span { border-color: #7EE260; }
span { border-color: rgb(126,226,96); }
td.TdClassName
{
border-color: #7EE260;
}
.TagClassName
{
border-color: #7EE260;
}
</style>