Shades of Pastel Green #7FE160
Tints of Pastel Green #7FE160
RGB
CMYK
RGB Variations
Color information
#7FE160 (or 0x7FE160) is known color: Pastel Green. HEX triplet: 7F, E1 and 60. RGB value is (127,225,96). Sum of RGB (Red+Green+Blue) = 127+225+96=448 (59% of max value = 765). Red value is 127 (50% from 255 or 28.35% from 448); Green value is 225 (88.28% from 255 or 50.22% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 225 - color contains mainly: green. Hex color #7FE160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FE160 is #801E9F. Grayscale: #B5B5B5. Windows color (decimal): -8396448 or 6349183. OLE color: 6349183.
HSL color Cylindrical-coordinate representation of color #7FE160: hue angle of 105.58º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7FE160 is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 225 | 96 | - |
| CMYK | 0.44 | 0 | 0.57 | 0.12 |
| HSL | 105.58º | 0.68% | 0.63% | - |
| HSV(B) | 105.58º | 0.57% | 0.88% | - |
| XYZ | 37.79 | 59.21 | 20.5 | - |
| YUV | 180.99 | 80.03 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 225 | 96 | 0.44 | 0 | 0.57 | 0.12 | 105.58 | 0.68 | 0.63 |
| Hex | 7F | E1 | 60 | 2C | 0 | 39 | C | 6A | 44 | 3F |
| Octal | 177 | 341 | 140 | 54 | 0 | 71 | 14 | 152 | 104 | 77 |
| Binary | 1111111 | 11100001 | 1100000 | 101100 | 0 | 111001 | 1100 | 1101010 | 1000100 | 111111 |
Color Harmonies of #7FE160
Complementary color
Monochromatic Colors of #7FE160
Black with #7FE160
Text Example
Text Example
White with #7FE160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE160; }
p { color: rgb(127,225,96); }
H1.HeaderClassName
{
color: #7FE160;
}
.AnyTagClassName
{
color: #7FE160;
}
</style>
background-color css
<style>
a { background-color: #7FE160; }
a { background-color: rgb(127,225,96); }
div.DivClassName
{
background-color: #7FE160;
}
.BgClassName
{
background-color: #7FE160;
}
</style>
border-color css
<style>
span { border-color: #7FE160; }
span { border-color: rgb(127,225,96); }
td.TdClassName
{
border-color: #7FE160;
}
.TagClassName
{
border-color: #7FE160;
}
</style>