Shades of Pastel Green #7FED7C
Tints of Pastel Green #7FED7C
RGB
CMYK
RGB Variations
Color information
#7FED7C (or 0x7FED7C) is known color: Pastel Green. HEX triplet: 7F, ED and 7C. RGB value is (127,237,124). Sum of RGB (Red+Green+Blue) = 127+237+124=488 (64% of max value = 765). Red value is 127 (50% from 255 or 26.02% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #7FED7C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FED7C is #801283. Grayscale: #BFBFBF. Windows color (decimal): -8393348 or 8187263. OLE color: 8187263.
HSL color Cylindrical-coordinate representation of color #7FED7C: hue angle of 118.41º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FED7C is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 237 | 124 | - |
| CMYK | 0.46 | 0 | 0.48 | 0.07 |
| HSL | 118.41º | 0.76% | 0.71% | - |
| HSV(B) | 118.41º | 0.48% | 0.93% | - |
| XYZ | 42.67 | 66.54 | 29.66 | - |
| YUV | 191.23 | 90.06 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 237 | 124 | 0.46 | 0 | 0.48 | 0.07 | 118.41 | 0.76 | 0.71 |
| Hex | 7F | ED | 7C | 2E | 0 | 30 | 7 | 76 | 4C | 47 |
| Octal | 177 | 355 | 174 | 56 | 0 | 60 | 7 | 166 | 114 | 107 |
| Binary | 1111111 | 11101101 | 1111100 | 101110 | 0 | 110000 | 111 | 1110110 | 1001100 | 1000111 |
Color Harmonies of #7FED7C
Complementary color
Monochromatic Colors of #7FED7C
Black with #7FED7C
Text Example
Text Example
White with #7FED7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FED7C; }
p { color: rgb(127,237,124); }
H1.HeaderClassName
{
color: #7FED7C;
}
.AnyTagClassName
{
color: #7FED7C;
}
</style>
background-color css
<style>
a { background-color: #7FED7C; }
a { background-color: rgb(127,237,124); }
div.DivClassName
{
background-color: #7FED7C;
}
.BgClassName
{
background-color: #7FED7C;
}
</style>
border-color css
<style>
span { border-color: #7FED7C; }
span { border-color: rgb(127,237,124); }
td.TdClassName
{
border-color: #7FED7C;
}
.TagClassName
{
border-color: #7FED7C;
}
</style>