Shades of Pastel Green #7FE172
Tints of Pastel Green #7FE172
RGB
CMYK
RGB Variations
Color information
#7FE172 (or 0x7FE172) is known color: Pastel Green. HEX triplet: 7F, E1 and 72. RGB value is (127,225,114). Sum of RGB (Red+Green+Blue) = 127+225+114=466 (61% of max value = 765). Red value is 127 (50% from 255 or 27.25% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #7FE172 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FE172 is #801E8D. Grayscale: #B7B7B7. Windows color (decimal): -8396430 or 7528831. OLE color: 7528831.
HSL color Cylindrical-coordinate representation of color #7FE172: hue angle of 112.97º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FE172 is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 225 | 114 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.12 |
| HSL | 112.97º | 0.65% | 0.66% | - |
| HSV(B) | 112.97º | 0.49% | 0.88% | - |
| XYZ | 38.71 | 59.58 | 25.38 | - |
| YUV | 183.04 | 89.03 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 225 | 114 | 0.44 | 0 | 0.49 | 0.12 | 112.97 | 0.65 | 0.66 |
| Hex | 7F | E1 | 72 | 2C | 0 | 31 | C | 71 | 41 | 42 |
| Octal | 177 | 341 | 162 | 54 | 0 | 61 | 14 | 161 | 101 | 102 |
| Binary | 1111111 | 11100001 | 1110010 | 101100 | 0 | 110001 | 1100 | 1110001 | 1000001 | 1000010 |
Color Harmonies of #7FE172
Complementary color
Monochromatic Colors of #7FE172
Black with #7FE172
Text Example
Text Example
White with #7FE172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE172; }
p { color: rgb(127,225,114); }
H1.HeaderClassName
{
color: #7FE172;
}
.AnyTagClassName
{
color: #7FE172;
}
</style>
background-color css
<style>
a { background-color: #7FE172; }
a { background-color: rgb(127,225,114); }
div.DivClassName
{
background-color: #7FE172;
}
.BgClassName
{
background-color: #7FE172;
}
</style>
border-color css
<style>
span { border-color: #7FE172; }
span { border-color: rgb(127,225,114); }
td.TdClassName
{
border-color: #7FE172;
}
.TagClassName
{
border-color: #7FE172;
}
</style>