Shades of Pastel Green #7FE472
Tints of Pastel Green #7FE472
RGB
CMYK
RGB Variations
Color information
#7FE472 (or 0x7FE472) is known color: Pastel Green. HEX triplet: 7F, E4 and 72. RGB value is (127,228,114). Sum of RGB (Red+Green+Blue) = 127+228+114=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 228 (89.45% from 255 or 48.61% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 228 - color contains mainly: green. Hex color #7FE472 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FE472 is #801B8D. Grayscale: #B9B9B9. Windows color (decimal): -8395662 or 7529599. OLE color: 7529599.
HSL color Cylindrical-coordinate representation of color #7FE472: hue angle of 113.16º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FE472 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 127 | 228 | 114 | - |
| CMYK | 0.44 | 0 | 0.50 | 0.11 |
| HSL | 113.16º | 0.68% | 0.67% | - |
| HSV(B) | 113.16º | 0.5% | 0.89% | - |
| XYZ | 39.53 | 61.21 | 25.65 | - |
| YUV | 184.81 | 88.04 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 228 | 114 | 0.44 | 0 | 0.50 | 0.11 | 113.16 | 0.68 | 0.67 |
| Hex | 7F | E4 | 72 | 2C | 0 | 32 | B | 71 | 44 | 43 |
| Octal | 177 | 344 | 162 | 54 | 0 | 62 | 13 | 161 | 104 | 103 |
| Binary | 1111111 | 11100100 | 1110010 | 101100 | 0 | 110010 | 1011 | 1110001 | 1000100 | 1000011 |
Color Harmonies of #7FE472
Complementary color
Monochromatic Colors of #7FE472
Black with #7FE472
Text Example
Text Example
White with #7FE472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE472; }
p { color: rgb(127,228,114); }
H1.HeaderClassName
{
color: #7FE472;
}
.AnyTagClassName
{
color: #7FE472;
}
</style>
background-color css
<style>
a { background-color: #7FE472; }
a { background-color: rgb(127,228,114); }
div.DivClassName
{
background-color: #7FE472;
}
.BgClassName
{
background-color: #7FE472;
}
</style>
border-color css
<style>
span { border-color: #7FE472; }
span { border-color: rgb(127,228,114); }
td.TdClassName
{
border-color: #7FE472;
}
.TagClassName
{
border-color: #7FE472;
}
</style>