Shades of Pastel Green #7FE15F
Tints of Pastel Green #7FE15F
RGB
CMYK
RGB Variations
Color information
#7FE15F (or 0x7FE15F) is known color: Pastel Green. HEX triplet: 7F, E1 and 5F. RGB value is (127,225,95). Sum of RGB (Red+Green+Blue) = 127+225+95=447 (59% of max value = 765). Red value is 127 (50% from 255 or 28.41% from 447); Green value is 225 (88.28% from 255 or 50.34% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 225 - color contains mainly: green. Hex color #7FE15F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FE15F is #801EA0. Grayscale: #B5B5B5. Windows color (decimal): -8396449 or 6283647. OLE color: 6283647.
HSL color Cylindrical-coordinate representation of color #7FE15F: hue angle of 105.23º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7FE15F is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 225 | 95 | - |
| CMYK | 0.44 | 0 | 0.58 | 0.12 |
| HSL | 105.23º | 0.68% | 0.63% | - |
| HSV(B) | 105.23º | 0.58% | 0.88% | - |
| XYZ | 37.74 | 59.19 | 20.26 | - |
| YUV | 180.88 | 79.53 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 225 | 95 | 0.44 | 0 | 0.58 | 0.12 | 105.23 | 0.68 | 0.63 |
| Hex | 7F | E1 | 5F | 2C | 0 | 3A | C | 69 | 44 | 3F |
| Octal | 177 | 341 | 137 | 54 | 0 | 72 | 14 | 151 | 104 | 77 |
| Binary | 1111111 | 11100001 | 1011111 | 101100 | 0 | 111010 | 1100 | 1101001 | 1000100 | 111111 |
Color Harmonies of #7FE15F
Complementary color
Monochromatic Colors of #7FE15F
Black with #7FE15F
Text Example
Text Example
White with #7FE15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE15F; }
p { color: rgb(127,225,95); }
H1.HeaderClassName
{
color: #7FE15F;
}
.AnyTagClassName
{
color: #7FE15F;
}
</style>
background-color css
<style>
a { background-color: #7FE15F; }
a { background-color: rgb(127,225,95); }
div.DivClassName
{
background-color: #7FE15F;
}
.BgClassName
{
background-color: #7FE15F;
}
</style>
border-color css
<style>
span { border-color: #7FE15F; }
span { border-color: rgb(127,225,95); }
td.TdClassName
{
border-color: #7FE15F;
}
.TagClassName
{
border-color: #7FE15F;
}
</style>