Shades of Pastel Green #7FE980
Tints of Pastel Green #7FE980
RGB
CMYK
RGB Variations
Color information
#7FE980 (or 0x7FE980) is known color: Pastel Green. HEX triplet: 7F, E9 and 80. RGB value is (127,233,128). Sum of RGB (Red+Green+Blue) = 127+233+128=488 (64% of max value = 765). Red value is 127 (50% from 255 or 26.02% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 233 - color contains mainly: green. Hex color #7FE980 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FE980 is #80167F. Grayscale: #BDBDBD. Windows color (decimal): -8394368 or 8448383. OLE color: 8448383.
HSL color Cylindrical-coordinate representation of color #7FE980: hue angle of 120.57º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE980 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 233 | 128 | - |
| CMYK | 0.45 | 0 | 0.45 | 0.09 |
| HSL | 120.57º | 0.71% | 0.71% | - |
| HSV(B) | 120.57º | 0.45% | 0.91% | - |
| XYZ | 41.79 | 64.35 | 30.64 | - |
| YUV | 189.34 | 93.38 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 233 | 128 | 0.45 | 0 | 0.45 | 0.09 | 120.57 | 0.71 | 0.71 |
| Hex | 7F | E9 | 80 | 2D | 0 | 2D | 9 | 79 | 47 | 47 |
| Octal | 177 | 351 | 200 | 55 | 0 | 55 | 11 | 171 | 107 | 107 |
| Binary | 1111111 | 11101001 | 10000000 | 101101 | 0 | 101101 | 1001 | 1111001 | 1000111 | 1000111 |
Color Harmonies of #7FE980
Complementary color
Monochromatic Colors of #7FE980
Black with #7FE980
Text Example
Text Example
White with #7FE980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE980; }
p { color: rgb(127,233,128); }
H1.HeaderClassName
{
color: #7FE980;
}
.AnyTagClassName
{
color: #7FE980;
}
</style>
background-color css
<style>
a { background-color: #7FE980; }
a { background-color: rgb(127,233,128); }
div.DivClassName
{
background-color: #7FE980;
}
.BgClassName
{
background-color: #7FE980;
}
</style>
border-color css
<style>
span { border-color: #7FE980; }
span { border-color: rgb(127,233,128); }
td.TdClassName
{
border-color: #7FE980;
}
.TagClassName
{
border-color: #7FE980;
}
</style>