Shades of Pastel Green #7FD574
Tints of Pastel Green #7FD574
RGB
CMYK
RGB Variations
Color information
#7FD574 (or 0x7FD574) is known color: Pastel Green. HEX triplet: 7F, D5 and 74. RGB value is (127,213,116). Sum of RGB (Red+Green+Blue) = 127+213+116=456 (60% of max value = 765). Red value is 127 (50% from 255 or 27.85% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FD574 is #802A8B. Grayscale: #B0B0B0. Windows color (decimal): -8399500 or 7656831. OLE color: 7656831.
HSL color Cylindrical-coordinate representation of color #7FD574: hue angle of 113.2º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FD574 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 213 | 116 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.16 |
| HSL | 113.2º | 0.54% | 0.65% | - |
| HSV(B) | 113.2º | 0.46% | 0.84% | - |
| XYZ | 35.7 | 53.36 | 24.94 | - |
| YUV | 176.23 | 94.01 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 213 | 116 | 0.40 | 0 | 0.46 | 0.16 | 113.2 | 0.54 | 0.65 |
| Hex | 7F | D5 | 74 | 28 | 0 | 2E | 10 | 71 | 36 | 41 |
| Octal | 177 | 325 | 164 | 50 | 0 | 56 | 20 | 161 | 66 | 101 |
| Binary | 1111111 | 11010101 | 1110100 | 101000 | 0 | 101110 | 10000 | 1110001 | 110110 | 1000001 |
Color Harmonies of #7FD574
Complementary color
Monochromatic Colors of #7FD574
Black with #7FD574
Text Example
Text Example
White with #7FD574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD574; }
p { color: rgb(127,213,116); }
H1.HeaderClassName
{
color: #7FD574;
}
.AnyTagClassName
{
color: #7FD574;
}
</style>
background-color css
<style>
a { background-color: #7FD574; }
a { background-color: rgb(127,213,116); }
div.DivClassName
{
background-color: #7FD574;
}
.BgClassName
{
background-color: #7FD574;
}
</style>
border-color css
<style>
span { border-color: #7FD574; }
span { border-color: rgb(127,213,116); }
td.TdClassName
{
border-color: #7FD574;
}
.TagClassName
{
border-color: #7FD574;
}
</style>