Shades of Pastel Green #7FE882
Tints of Pastel Green #7FE882
RGB
CMYK
RGB Variations
Color information
#7FE882 (or 0x7FE882) is known color: Pastel Green. HEX triplet: 7F, E8 and 82. RGB value is (127,232,130). Sum of RGB (Red+Green+Blue) = 127+232+130=489 (64% of max value = 765). Red value is 127 (50% from 255 or 25.97% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 232 - color contains mainly: green. Hex color #7FE882 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FE882 is #80177D. Grayscale: #BDBDBD. Windows color (decimal): -8394622 or 8579199. OLE color: 8579199.
HSL color Cylindrical-coordinate representation of color #7FE882: hue angle of 121.71º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE882 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 232 | 130 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.09 |
| HSL | 121.71º | 0.7% | 0.7% | - |
| HSV(B) | 121.71º | 0.45% | 0.91% | - |
| XYZ | 41.64 | 63.84 | 31.25 | - |
| YUV | 188.98 | 94.71 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 232 | 130 | 0.45 | 0 | 0.44 | 0.09 | 121.71 | 0.7 | 0.7 |
| Hex | 7F | E8 | 82 | 2D | 0 | 2C | 9 | 7A | 46 | 46 |
| Octal | 177 | 350 | 202 | 55 | 0 | 54 | 11 | 172 | 106 | 106 |
| Binary | 1111111 | 11101000 | 10000010 | 101101 | 0 | 101100 | 1001 | 1111010 | 1000110 | 1000110 |
Color Harmonies of #7FE882
Complementary color
Monochromatic Colors of #7FE882
Black with #7FE882
Text Example
Text Example
White with #7FE882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE882; }
p { color: rgb(127,232,130); }
H1.HeaderClassName
{
color: #7FE882;
}
.AnyTagClassName
{
color: #7FE882;
}
</style>
background-color css
<style>
a { background-color: #7FE882; }
a { background-color: rgb(127,232,130); }
div.DivClassName
{
background-color: #7FE882;
}
.BgClassName
{
background-color: #7FE882;
}
</style>
border-color css
<style>
span { border-color: #7FE882; }
span { border-color: rgb(127,232,130); }
td.TdClassName
{
border-color: #7FE882;
}
.TagClassName
{
border-color: #7FE882;
}
</style>