Shades of Pastel Green #7FE580
Tints of Pastel Green #7FE580
RGB
CMYK
RGB Variations
Color information
#7FE580 (or 0x7FE580) is known color: Pastel Green. HEX triplet: 7F, E5 and 80. RGB value is (127,229,128). Sum of RGB (Red+Green+Blue) = 127+229+128=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 229 (89.84% from 255 or 47.31% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 229 - color contains mainly: green. Hex color #7FE580 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FE580 is #801A7F. Grayscale: #BBBBBB. Windows color (decimal): -8395392 or 8447359. OLE color: 8447359.
HSL color Cylindrical-coordinate representation of color #7FE580: hue angle of 120.59º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE580 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 229 | 128 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.10 |
| HSL | 120.59º | 0.66% | 0.7% | - |
| HSV(B) | 120.59º | 0.45% | 0.9% | - |
| XYZ | 40.67 | 62.11 | 30.27 | - |
| YUV | 186.99 | 94.71 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 229 | 128 | 0.45 | 0 | 0.44 | 0.10 | 120.59 | 0.66 | 0.7 |
| Hex | 7F | E5 | 80 | 2D | 0 | 2C | A | 79 | 42 | 46 |
| Octal | 177 | 345 | 200 | 55 | 0 | 54 | 12 | 171 | 102 | 106 |
| Binary | 1111111 | 11100101 | 10000000 | 101101 | 0 | 101100 | 1010 | 1111001 | 1000010 | 1000110 |
Color Harmonies of #7FE580
Complementary color
Monochromatic Colors of #7FE580
Black with #7FE580
Text Example
Text Example
White with #7FE580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE580; }
p { color: rgb(127,229,128); }
H1.HeaderClassName
{
color: #7FE580;
}
.AnyTagClassName
{
color: #7FE580;
}
</style>
background-color css
<style>
a { background-color: #7FE580; }
a { background-color: rgb(127,229,128); }
div.DivClassName
{
background-color: #7FE580;
}
.BgClassName
{
background-color: #7FE580;
}
</style>
border-color css
<style>
span { border-color: #7FE580; }
span { border-color: rgb(127,229,128); }
td.TdClassName
{
border-color: #7FE580;
}
.TagClassName
{
border-color: #7FE580;
}
</style>