Shades of Pastel Green #7FD57B
Tints of Pastel Green #7FD57B
RGB
CMYK
RGB Variations
Color information
#7FD57B (or 0x7FD57B) is known color: Pastel Green. HEX triplet: 7F, D5 and 7B. RGB value is (127,213,123). Sum of RGB (Red+Green+Blue) = 127+213+123=463 (61% of max value = 765). Red value is 127 (50% from 255 or 27.43% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD57B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD57B is #802A84. Grayscale: #B1B1B1. Windows color (decimal): -8399493 or 8115583. OLE color: 8115583.
HSL color Cylindrical-coordinate representation of color #7FD57B: hue angle of 117.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FD57B is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 213 | 123 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.16 |
| HSL | 117.33º | 0.52% | 0.66% | - |
| HSV(B) | 117.33º | 0.42% | 0.84% | - |
| XYZ | 36.12 | 53.53 | 27.17 | - |
| YUV | 177.03 | 97.51 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 213 | 123 | 0.40 | 0 | 0.42 | 0.16 | 117.33 | 0.52 | 0.66 |
| Hex | 7F | D5 | 7B | 28 | 0 | 2A | 10 | 75 | 34 | 42 |
| Octal | 177 | 325 | 173 | 50 | 0 | 52 | 20 | 165 | 64 | 102 |
| Binary | 1111111 | 11010101 | 1111011 | 101000 | 0 | 101010 | 10000 | 1110101 | 110100 | 1000010 |
Color Harmonies of #7FD57B
Complementary color
Monochromatic Colors of #7FD57B
Black with #7FD57B
Text Example
Text Example
White with #7FD57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD57B; }
p { color: rgb(127,213,123); }
H1.HeaderClassName
{
color: #7FD57B;
}
.AnyTagClassName
{
color: #7FD57B;
}
</style>
background-color css
<style>
a { background-color: #7FD57B; }
a { background-color: rgb(127,213,123); }
div.DivClassName
{
background-color: #7FD57B;
}
.BgClassName
{
background-color: #7FD57B;
}
</style>
border-color css
<style>
span { border-color: #7FD57B; }
span { border-color: rgb(127,213,123); }
td.TdClassName
{
border-color: #7FD57B;
}
.TagClassName
{
border-color: #7FD57B;
}
</style>