Shades of Pastel Green #7FE57D
Tints of Pastel Green #7FE57D
RGB
CMYK
RGB Variations
Color information
#7FE57D (or 0x7FE57D) is known color: Pastel Green. HEX triplet: 7F, E5 and 7D. RGB value is (127,229,125). Sum of RGB (Red+Green+Blue) = 127+229+125=481 (63% of max value = 765). Red value is 127 (50% from 255 or 26.40% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 229 - color contains mainly: green. Hex color #7FE57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FE57D is #801A82. Grayscale: #BABABA. Windows color (decimal): -8395395 or 8250751. OLE color: 8250751.
HSL color Cylindrical-coordinate representation of color #7FE57D: hue angle of 118.85º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE57D is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 229 | 125 | - |
| CMYK | 0.45 | 0 | 0.45 | 0.10 |
| HSL | 118.85º | 0.67% | 0.69% | - |
| HSV(B) | 118.85º | 0.45% | 0.9% | - |
| XYZ | 40.47 | 62.03 | 29.24 | - |
| YUV | 186.65 | 93.21 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 229 | 125 | 0.45 | 0 | 0.45 | 0.10 | 118.85 | 0.67 | 0.69 |
| Hex | 7F | E5 | 7D | 2D | 0 | 2D | A | 77 | 43 | 45 |
| Octal | 177 | 345 | 175 | 55 | 0 | 55 | 12 | 167 | 103 | 105 |
| Binary | 1111111 | 11100101 | 1111101 | 101101 | 0 | 101101 | 1010 | 1110111 | 1000011 | 1000101 |
Color Harmonies of #7FE57D
Complementary color
Monochromatic Colors of #7FE57D
Black with #7FE57D
Text Example
Text Example
White with #7FE57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE57D; }
p { color: rgb(127,229,125); }
H1.HeaderClassName
{
color: #7FE57D;
}
.AnyTagClassName
{
color: #7FE57D;
}
</style>
background-color css
<style>
a { background-color: #7FE57D; }
a { background-color: rgb(127,229,125); }
div.DivClassName
{
background-color: #7FE57D;
}
.BgClassName
{
background-color: #7FE57D;
}
</style>
border-color css
<style>
span { border-color: #7FE57D; }
span { border-color: rgb(127,229,125); }
td.TdClassName
{
border-color: #7FE57D;
}
.TagClassName
{
border-color: #7FE57D;
}
</style>