Shades of Pastel Green #7FE07F
Tints of Pastel Green #7FE07F
RGB
CMYK
RGB Variations
Color information
#7FE07F (or 0x7FE07F) is known color: Pastel Green. HEX triplet: 7F, E0 and 7F. RGB value is (127,224,127). Sum of RGB (Red+Green+Blue) = 127+224+127=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 224 - color contains mainly: green. Hex color #7FE07F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FE07F is #801F80. Grayscale: #B8B8B8. Windows color (decimal): -8396673 or 8380543. OLE color: 8380543.
HSL color Cylindrical-coordinate representation of color #7FE07F: hue angle of 120º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FE07F is Cyan = 0.43, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 127 | 224 | 127 | - |
| CMYK | 0.43 | 0 | 0.43 | 0.12 |
| HSL | 120º | 0.61% | 0.69% | - |
| HSV(B) | 120º | 0.43% | 0.88% | - |
| XYZ | 39.24 | 59.36 | 29.47 | - |
| YUV | 183.94 | 95.86 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 224 | 127 | 0.43 | 0 | 0.43 | 0.12 | 120 | 0.61 | 0.69 |
| Hex | 7F | E0 | 7F | 2B | 0 | 2B | C | 78 | 3D | 45 |
| Octal | 177 | 340 | 177 | 53 | 0 | 53 | 14 | 170 | 75 | 105 |
| Binary | 1111111 | 11100000 | 1111111 | 101011 | 0 | 101011 | 1100 | 1111000 | 111101 | 1000101 |
Color Harmonies of #7FE07F
Complementary color
Monochromatic Colors of #7FE07F
Black with #7FE07F
Text Example
Text Example
White with #7FE07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FE07F; }
p { color: rgb(127,224,127); }
H1.HeaderClassName
{
color: #7FE07F;
}
.AnyTagClassName
{
color: #7FE07F;
}
</style>
background-color css
<style>
a { background-color: #7FE07F; }
a { background-color: rgb(127,224,127); }
div.DivClassName
{
background-color: #7FE07F;
}
.BgClassName
{
background-color: #7FE07F;
}
</style>
border-color css
<style>
span { border-color: #7FE07F; }
span { border-color: rgb(127,224,127); }
td.TdClassName
{
border-color: #7FE07F;
}
.TagClassName
{
border-color: #7FE07F;
}
</style>