Shades of Pastel Green #7EE55F
Tints of Pastel Green #7EE55F
RGB
CMYK
RGB Variations
Color information
#7EE55F (or 0x7EE55F) is known color: Pastel Green. HEX triplet: 7E, E5 and 5F. RGB value is (126,229,95). Sum of RGB (Red+Green+Blue) = 126+229+95=450 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28% from 450); Green value is 229 (89.84% from 255 or 50.89% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 229 - color contains mainly: green. Hex color #7EE55F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EE55F is #811AA0. Grayscale: #B7B7B7. Windows color (decimal): -8460961 or 6284670. OLE color: 6284670.
HSL color Cylindrical-coordinate representation of color #7EE55F: hue angle of 106.12º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7EE55F is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 126 | 229 | 95 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.10 |
| HSL | 106.12º | 0.72% | 0.64% | - |
| HSV(B) | 106.12º | 0.59% | 0.9% | - |
| XYZ | 38.69 | 61.3 | 20.62 | - |
| YUV | 182.93 | 78.38 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 229 | 95 | 0.45 | 0 | 0.59 | 0.10 | 106.12 | 0.72 | 0.64 |
| Hex | 7E | E5 | 5F | 2D | 0 | 3B | A | 6A | 48 | 40 |
| Octal | 176 | 345 | 137 | 55 | 0 | 73 | 12 | 152 | 110 | 100 |
| Binary | 1111110 | 11100101 | 1011111 | 101101 | 0 | 111011 | 1010 | 1101010 | 1001000 | 1000000 |
Color Harmonies of #7EE55F
Complementary color
Monochromatic Colors of #7EE55F
Black with #7EE55F
Text Example
Text Example
White with #7EE55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE55F; }
p { color: rgb(126,229,95); }
H1.HeaderClassName
{
color: #7EE55F;
}
.AnyTagClassName
{
color: #7EE55F;
}
</style>
background-color css
<style>
a { background-color: #7EE55F; }
a { background-color: rgb(126,229,95); }
div.DivClassName
{
background-color: #7EE55F;
}
.BgClassName
{
background-color: #7EE55F;
}
</style>
border-color css
<style>
span { border-color: #7EE55F; }
span { border-color: rgb(126,229,95); }
td.TdClassName
{
border-color: #7EE55F;
}
.TagClassName
{
border-color: #7EE55F;
}
</style>