Shades of Pastel Green #7FEA84
Tints of Pastel Green #7FEA84
RGB
CMYK
RGB Variations
Color information
#7FEA84 (or 0x7FEA84) is known color: Pastel Green. HEX triplet: 7F, EA and 84. RGB value is (127,234,132). Sum of RGB (Red+Green+Blue) = 127+234+132=493 (65% of max value = 765). Red value is 127 (50% from 255 or 25.76% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 234 - color contains mainly: green. Hex color #7FEA84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FEA84 is #80157B. Grayscale: #BEBEBE. Windows color (decimal): -8394108 or 8710783. OLE color: 8710783.
HSL color Cylindrical-coordinate representation of color #7FEA84: hue angle of 122.8º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FEA84 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 234 | 132 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.08 |
| HSL | 122.8º | 0.72% | 0.71% | - |
| HSV(B) | 122.8º | 0.46% | 0.92% | - |
| XYZ | 42.34 | 65.02 | 32.15 | - |
| YUV | 190.38 | 95.05 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 234 | 132 | 0.46 | 0 | 0.44 | 0.08 | 122.8 | 0.72 | 0.71 |
| Hex | 7F | EA | 84 | 2E | 0 | 2C | 8 | 7B | 48 | 47 |
| Octal | 177 | 352 | 204 | 56 | 0 | 54 | 10 | 173 | 110 | 107 |
| Binary | 1111111 | 11101010 | 10000100 | 101110 | 0 | 101100 | 1000 | 1111011 | 1001000 | 1000111 |
Color Harmonies of #7FEA84
Complementary color
Monochromatic Colors of #7FEA84
Black with #7FEA84
Text Example
Text Example
White with #7FEA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEA84; }
p { color: rgb(127,234,132); }
H1.HeaderClassName
{
color: #7FEA84;
}
.AnyTagClassName
{
color: #7FEA84;
}
</style>
background-color css
<style>
a { background-color: #7FEA84; }
a { background-color: rgb(127,234,132); }
div.DivClassName
{
background-color: #7FEA84;
}
.BgClassName
{
background-color: #7FEA84;
}
</style>
border-color css
<style>
span { border-color: #7FEA84; }
span { border-color: rgb(127,234,132); }
td.TdClassName
{
border-color: #7FEA84;
}
.TagClassName
{
border-color: #7FEA84;
}
</style>