Shades of Pastel Green #7FD57D
Tints of Pastel Green #7FD57D
RGB
CMYK
RGB Variations
Color information
#7FD57D (or 0x7FD57D) is known color: Pastel Green. HEX triplet: 7F, D5 and 7D. RGB value is (127,213,125). Sum of RGB (Red+Green+Blue) = 127+213+125=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD57D is #802A82. Grayscale: #B1B1B1. Windows color (decimal): -8399491 or 8246655. OLE color: 8246655.
HSL color Cylindrical-coordinate representation of color #7FD57D: hue angle of 118.64º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FD57D is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 213 | 125 | - |
| CMYK | 0.40 | 0 | 0.41 | 0.16 |
| HSL | 118.64º | 0.51% | 0.66% | - |
| HSV(B) | 118.64º | 0.41% | 0.84% | - |
| XYZ | 36.25 | 53.58 | 27.83 | - |
| YUV | 177.25 | 98.51 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 213 | 125 | 0.40 | 0 | 0.41 | 0.16 | 118.64 | 0.51 | 0.66 |
| Hex | 7F | D5 | 7D | 28 | 0 | 29 | 10 | 77 | 33 | 42 |
| Octal | 177 | 325 | 175 | 50 | 0 | 51 | 20 | 167 | 63 | 102 |
| Binary | 1111111 | 11010101 | 1111101 | 101000 | 0 | 101001 | 10000 | 1110111 | 110011 | 1000010 |
Color Harmonies of #7FD57D
Complementary color
Monochromatic Colors of #7FD57D
Black with #7FD57D
Text Example
Text Example
White with #7FD57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD57D; }
p { color: rgb(127,213,125); }
H1.HeaderClassName
{
color: #7FD57D;
}
.AnyTagClassName
{
color: #7FD57D;
}
</style>
background-color css
<style>
a { background-color: #7FD57D; }
a { background-color: rgb(127,213,125); }
div.DivClassName
{
background-color: #7FD57D;
}
.BgClassName
{
background-color: #7FD57D;
}
</style>
border-color css
<style>
span { border-color: #7FD57D; }
span { border-color: rgb(127,213,125); }
td.TdClassName
{
border-color: #7FD57D;
}
.TagClassName
{
border-color: #7FD57D;
}
</style>