Shades of Pastel Green #7FEC64
Tints of Pastel Green #7FEC64
RGB
CMYK
RGB Variations
Color information
#7FEC64 (or 0x7FEC64) is known color: Pastel Green. HEX triplet: 7F, EC and 64. RGB value is (127,236,100). Sum of RGB (Red+Green+Blue) = 127+236+100=463 (61% of max value = 765). Red value is 127 (50% from 255 or 27.43% from 463); Green value is 236 (92.58% from 255 or 50.97% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 236 - color contains mainly: green. Hex color #7FEC64 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FEC64 is #80139B. Grayscale: #BCBCBC. Windows color (decimal): -8393628 or 6614143. OLE color: 6614143.
HSL color Cylindrical-coordinate representation of color #7FEC64: hue angle of 108.09º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7FEC64 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 236 | 100 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.07 |
| HSL | 108.09º | 0.78% | 0.66% | - |
| HSV(B) | 108.09º | 0.58% | 0.93% | - |
| XYZ | 41.05 | 65.42 | 22.52 | - |
| YUV | 187.91 | 78.39 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 236 | 100 | 0.46 | 0 | 0.58 | 0.07 | 108.09 | 0.78 | 0.66 |
| Hex | 7F | EC | 64 | 2E | 0 | 3A | 7 | 6C | 4E | 42 |
| Octal | 177 | 354 | 144 | 56 | 0 | 72 | 7 | 154 | 116 | 102 |
| Binary | 1111111 | 11101100 | 1100100 | 101110 | 0 | 111010 | 111 | 1101100 | 1001110 | 1000010 |
Color Harmonies of #7FEC64
Complementary color
Monochromatic Colors of #7FEC64
Black with #7FEC64
Text Example
Text Example
White with #7FEC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEC64; }
p { color: rgb(127,236,100); }
H1.HeaderClassName
{
color: #7FEC64;
}
.AnyTagClassName
{
color: #7FEC64;
}
</style>
background-color css
<style>
a { background-color: #7FEC64; }
a { background-color: rgb(127,236,100); }
div.DivClassName
{
background-color: #7FEC64;
}
.BgClassName
{
background-color: #7FEC64;
}
</style>
border-color css
<style>
span { border-color: #7FEC64; }
span { border-color: rgb(127,236,100); }
td.TdClassName
{
border-color: #7FEC64;
}
.TagClassName
{
border-color: #7FEC64;
}
</style>