Shades of Pastel Green #7FE17A
Tints of Pastel Green #7FE17A
RGB
CMYK
RGB Variations
Color information
#7FE17A (or 0x7FE17A) is known color: Pastel Green. HEX triplet: 7F, E1 and 7A. RGB value is (127,225,122). Sum of RGB (Red+Green+Blue) = 127+225+122=474 (62% of max value = 765). Red value is 127 (50% from 255 or 26.79% from 474); Green value is 225 (88.28% from 255 or 47.47% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 225 - color contains mainly: green. Hex color #7FE17A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FE17A is #801E85. Grayscale: #B8B8B8. Windows color (decimal): -8396422 or 8053119. OLE color: 8053119.
HSL color Cylindrical-coordinate representation of color #7FE17A: hue angle of 117.09º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FE17A is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 225 | 122 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.12 |
| HSL | 117.09º | 0.63% | 0.68% | - |
| HSV(B) | 117.09º | 0.46% | 0.88% | - |
| XYZ | 39.19 | 59.77 | 27.88 | - |
| YUV | 183.96 | 93.03 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 225 | 122 | 0.44 | 0 | 0.46 | 0.12 | 117.09 | 0.63 | 0.68 |
| Hex | 7F | E1 | 7A | 2C | 0 | 2E | C | 75 | 3F | 44 |
| Octal | 177 | 341 | 172 | 54 | 0 | 56 | 14 | 165 | 77 | 104 |
| Binary | 1111111 | 11100001 | 1111010 | 101100 | 0 | 101110 | 1100 | 1110101 | 111111 | 1000100 |
Color Harmonies of #7FE17A
Complementary color
Monochromatic Colors of #7FE17A
Black with #7FE17A
Text Example
Text Example
White with #7FE17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE17A; }
p { color: rgb(127,225,122); }
H1.HeaderClassName
{
color: #7FE17A;
}
.AnyTagClassName
{
color: #7FE17A;
}
</style>
background-color css
<style>
a { background-color: #7FE17A; }
a { background-color: rgb(127,225,122); }
div.DivClassName
{
background-color: #7FE17A;
}
.BgClassName
{
background-color: #7FE17A;
}
</style>
border-color css
<style>
span { border-color: #7FE17A; }
span { border-color: rgb(127,225,122); }
td.TdClassName
{
border-color: #7FE17A;
}
.TagClassName
{
border-color: #7FE17A;
}
</style>