Shades of Pastel Green #7FE164
Tints of Pastel Green #7FE164
RGB
CMYK
RGB Variations
Color information
#7FE164 (or 0x7FE164) is known color: Pastel Green. HEX triplet: 7F, E1 and 64. RGB value is (127,225,100). Sum of RGB (Red+Green+Blue) = 127+225+100=452 (59% of max value = 765). Red value is 127 (50% from 255 or 28.10% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #7FE164 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FE164 is #801E9B. Grayscale: #B5B5B5. Windows color (decimal): -8396444 or 6611327. OLE color: 6611327.
HSL color Cylindrical-coordinate representation of color #7FE164: hue angle of 107.04º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7FE164 is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 225 | 100 | - |
| CMYK | 0.44 | 0 | 0.56 | 0.12 |
| HSL | 107.04º | 0.68% | 0.64% | - |
| HSV(B) | 107.04º | 0.56% | 0.88% | - |
| XYZ | 37.98 | 59.28 | 21.5 | - |
| YUV | 181.45 | 82.03 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 225 | 100 | 0.44 | 0 | 0.56 | 0.12 | 107.04 | 0.68 | 0.64 |
| Hex | 7F | E1 | 64 | 2C | 0 | 38 | C | 6B | 44 | 40 |
| Octal | 177 | 341 | 144 | 54 | 0 | 70 | 14 | 153 | 104 | 100 |
| Binary | 1111111 | 11100001 | 1100100 | 101100 | 0 | 111000 | 1100 | 1101011 | 1000100 | 1000000 |
Color Harmonies of #7FE164
Complementary color
Monochromatic Colors of #7FE164
Black with #7FE164
Text Example
Text Example
White with #7FE164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE164; }
p { color: rgb(127,225,100); }
H1.HeaderClassName
{
color: #7FE164;
}
.AnyTagClassName
{
color: #7FE164;
}
</style>
background-color css
<style>
a { background-color: #7FE164; }
a { background-color: rgb(127,225,100); }
div.DivClassName
{
background-color: #7FE164;
}
.BgClassName
{
background-color: #7FE164;
}
</style>
border-color css
<style>
span { border-color: #7FE164; }
span { border-color: rgb(127,225,100); }
td.TdClassName
{
border-color: #7FE164;
}
.TagClassName
{
border-color: #7FE164;
}
</style>