Shades of Pastel Green #7FED7A
Tints of Pastel Green #7FED7A
RGB
CMYK
RGB Variations
Color information
#7FED7A (or 0x7FED7A) is known color: Pastel Green. HEX triplet: 7F, ED and 7A. RGB value is (127,237,122). Sum of RGB (Red+Green+Blue) = 127+237+122=486 (64% of max value = 765). Red value is 127 (50% from 255 or 26.13% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #7FED7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FED7A is #801285. Grayscale: #BFBFBF. Windows color (decimal): -8393350 or 8056191. OLE color: 8056191.
HSL color Cylindrical-coordinate representation of color #7FED7A: hue angle of 117.39º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FED7A is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 237 | 122 | - |
| CMYK | 0.46 | 0 | 0.49 | 0.07 |
| HSL | 117.39º | 0.76% | 0.7% | - |
| HSV(B) | 117.39º | 0.49% | 0.93% | - |
| XYZ | 42.55 | 66.49 | 29 | - |
| YUV | 191 | 89.06 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 237 | 122 | 0.46 | 0 | 0.49 | 0.07 | 117.39 | 0.76 | 0.7 |
| Hex | 7F | ED | 7A | 2E | 0 | 31 | 7 | 75 | 4C | 46 |
| Octal | 177 | 355 | 172 | 56 | 0 | 61 | 7 | 165 | 114 | 106 |
| Binary | 1111111 | 11101101 | 1111010 | 101110 | 0 | 110001 | 111 | 1110101 | 1001100 | 1000110 |
Color Harmonies of #7FED7A
Complementary color
Monochromatic Colors of #7FED7A
Black with #7FED7A
Text Example
Text Example
White with #7FED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FED7A; }
p { color: rgb(127,237,122); }
H1.HeaderClassName
{
color: #7FED7A;
}
.AnyTagClassName
{
color: #7FED7A;
}
</style>
background-color css
<style>
a { background-color: #7FED7A; }
a { background-color: rgb(127,237,122); }
div.DivClassName
{
background-color: #7FED7A;
}
.BgClassName
{
background-color: #7FED7A;
}
</style>
border-color css
<style>
span { border-color: #7FED7A; }
span { border-color: rgb(127,237,122); }
td.TdClassName
{
border-color: #7FED7A;
}
.TagClassName
{
border-color: #7FED7A;
}
</style>