Shades of Pastel Green #7FE560
Tints of Pastel Green #7FE560
RGB
CMYK
RGB Variations
Color information
#7FE560 (or 0x7FE560) is known color: Pastel Green. HEX triplet: 7F, E5 and 60. RGB value is (127,229,96). Sum of RGB (Red+Green+Blue) = 127+229+96=452 (59% of max value = 765). Red value is 127 (50% from 255 or 28.10% from 452); Green value is 229 (89.84% from 255 or 50.66% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 229 - color contains mainly: green. Hex color #7FE560 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FE560 is #801A9F. Grayscale: #B7B7B7. Windows color (decimal): -8395424 or 6350207. OLE color: 6350207.
HSL color Cylindrical-coordinate representation of color #7FE560: hue angle of 106.02º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7FE560 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 229 | 96 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.10 |
| HSL | 106.02º | 0.72% | 0.64% | - |
| HSV(B) | 106.02º | 0.58% | 0.9% | - |
| XYZ | 38.88 | 61.4 | 20.87 | - |
| YUV | 183.34 | 78.71 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 229 | 96 | 0.45 | 0 | 0.58 | 0.10 | 106.02 | 0.72 | 0.64 |
| Hex | 7F | E5 | 60 | 2D | 0 | 3A | A | 6A | 48 | 40 |
| Octal | 177 | 345 | 140 | 55 | 0 | 72 | 12 | 152 | 110 | 100 |
| Binary | 1111111 | 11100101 | 1100000 | 101101 | 0 | 111010 | 1010 | 1101010 | 1001000 | 1000000 |
Color Harmonies of #7FE560
Complementary color
Monochromatic Colors of #7FE560
Black with #7FE560
Text Example
Text Example
White with #7FE560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE560; }
p { color: rgb(127,229,96); }
H1.HeaderClassName
{
color: #7FE560;
}
.AnyTagClassName
{
color: #7FE560;
}
</style>
background-color css
<style>
a { background-color: #7FE560; }
a { background-color: rgb(127,229,96); }
div.DivClassName
{
background-color: #7FE560;
}
.BgClassName
{
background-color: #7FE560;
}
</style>
border-color css
<style>
span { border-color: #7FE560; }
span { border-color: rgb(127,229,96); }
td.TdClassName
{
border-color: #7FE560;
}
.TagClassName
{
border-color: #7FE560;
}
</style>