Shades of Pastel Green #7FE982
Tints of Pastel Green #7FE982
RGB
CMYK
RGB Variations
Color information
#7FE982 (or 0x7FE982) is known color: Pastel Green. HEX triplet: 7F, E9 and 82. RGB value is (127,233,130). Sum of RGB (Red+Green+Blue) = 127+233+130=490 (64% of max value = 765). Red value is 127 (50% from 255 or 25.92% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 233 - color contains mainly: green. Hex color #7FE982 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FE982 is #80167D. Grayscale: #BDBDBD. Windows color (decimal): -8394366 or 8579455. OLE color: 8579455.
HSL color Cylindrical-coordinate representation of color #7FE982: hue angle of 121.7º 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 #7FE982 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 127 | 233 | 130 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.09 |
| HSL | 121.7º | 0.71% | 0.71% | - |
| HSV(B) | 121.7º | 0.45% | 0.91% | - |
| XYZ | 41.92 | 64.4 | 31.34 | - |
| YUV | 189.56 | 94.38 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 233 | 130 | 0.45 | 0 | 0.44 | 0.09 | 121.7 | 0.71 | 0.71 |
| Hex | 7F | E9 | 82 | 2D | 0 | 2C | 9 | 7A | 47 | 47 |
| Octal | 177 | 351 | 202 | 55 | 0 | 54 | 11 | 172 | 107 | 107 |
| Binary | 1111111 | 11101001 | 10000010 | 101101 | 0 | 101100 | 1001 | 1111010 | 1000111 | 1000111 |
Color Harmonies of #7FE982
Complementary color
Monochromatic Colors of #7FE982
Black with #7FE982
Text Example
Text Example
White with #7FE982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE982; }
p { color: rgb(127,233,130); }
H1.HeaderClassName
{
color: #7FE982;
}
.AnyTagClassName
{
color: #7FE982;
}
</style>
background-color css
<style>
a { background-color: #7FE982; }
a { background-color: rgb(127,233,130); }
div.DivClassName
{
background-color: #7FE982;
}
.BgClassName
{
background-color: #7FE982;
}
</style>
border-color css
<style>
span { border-color: #7FE982; }
span { border-color: rgb(127,233,130); }
td.TdClassName
{
border-color: #7FE982;
}
.TagClassName
{
border-color: #7FE982;
}
</style>