Shades of Pastel Green #7FE57F
Tints of Pastel Green #7FE57F
RGB
CMYK
RGB Variations
Color information
#7FE57F (or 0x7FE57F) is known color: Pastel Green. HEX triplet: 7F, E5 and 7F. RGB value is (127,229,127). Sum of RGB (Red+Green+Blue) = 127+229+127=483 (63% of max value = 765). Red value is 127 (50% from 255 or 26.29% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 229 - color contains mainly: green. Hex color #7FE57F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FE57F is #801A80. Grayscale: #BBBBBB. Windows color (decimal): -8395393 or 8381823. OLE color: 8381823.
HSL color Cylindrical-coordinate representation of color #7FE57F: hue angle of 120º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE57F is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 229 | 127 | - |
| CMYK | 0.45 | 0 | 0.45 | 0.10 |
| HSL | 120º | 0.66% | 0.7% | - |
| HSV(B) | 120º | 0.45% | 0.9% | - |
| XYZ | 40.6 | 62.08 | 29.92 | - |
| YUV | 186.87 | 94.21 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 229 | 127 | 0.45 | 0 | 0.45 | 0.10 | 120 | 0.66 | 0.7 |
| Hex | 7F | E5 | 7F | 2D | 0 | 2D | A | 78 | 42 | 46 |
| Octal | 177 | 345 | 177 | 55 | 0 | 55 | 12 | 170 | 102 | 106 |
| Binary | 1111111 | 11100101 | 1111111 | 101101 | 0 | 101101 | 1010 | 1111000 | 1000010 | 1000110 |
Color Harmonies of #7FE57F
Complementary color
Monochromatic Colors of #7FE57F
Black with #7FE57F
Text Example
Text Example
White with #7FE57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE57F; }
p { color: rgb(127,229,127); }
H1.HeaderClassName
{
color: #7FE57F;
}
.AnyTagClassName
{
color: #7FE57F;
}
</style>
background-color css
<style>
a { background-color: #7FE57F; }
a { background-color: rgb(127,229,127); }
div.DivClassName
{
background-color: #7FE57F;
}
.BgClassName
{
background-color: #7FE57F;
}
</style>
border-color css
<style>
span { border-color: #7FE57F; }
span { border-color: rgb(127,229,127); }
td.TdClassName
{
border-color: #7FE57F;
}
.TagClassName
{
border-color: #7FE57F;
}
</style>