Shades of Pastel Green #7FEA7F
Tints of Pastel Green #7FEA7F
RGB
CMYK
RGB Variations
Color information
#7FEA7F (or 0x7FEA7F) is known color: Pastel Green. HEX triplet: 7F, EA and 7F. RGB value is (127,234,127). Sum of RGB (Red+Green+Blue) = 127+234+127=488 (64% of max value = 765). Red value is 127 (50% from 255 or 26.02% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #7FEA7F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FEA7F is #801580. Grayscale: #BEBEBE. Windows color (decimal): -8394113 or 8383103. OLE color: 8383103.
HSL color Cylindrical-coordinate representation of color #7FEA7F: hue angle of 120º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FEA7F is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 234 | 127 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.08 |
| HSL | 120º | 0.72% | 0.71% | - |
| HSV(B) | 120º | 0.46% | 0.92% | - |
| XYZ | 42.01 | 64.89 | 30.39 | - |
| YUV | 189.81 | 92.55 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 234 | 127 | 0.46 | 0 | 0.46 | 0.08 | 120 | 0.72 | 0.71 |
| Hex | 7F | EA | 7F | 2E | 0 | 2E | 8 | 78 | 48 | 47 |
| Octal | 177 | 352 | 177 | 56 | 0 | 56 | 10 | 170 | 110 | 107 |
| Binary | 1111111 | 11101010 | 1111111 | 101110 | 0 | 101110 | 1000 | 1111000 | 1001000 | 1000111 |
Color Harmonies of #7FEA7F
Complementary color
Monochromatic Colors of #7FEA7F
Black with #7FEA7F
Text Example
Text Example
White with #7FEA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FEA7F; }
p { color: rgb(127,234,127); }
H1.HeaderClassName
{
color: #7FEA7F;
}
.AnyTagClassName
{
color: #7FEA7F;
}
</style>
background-color css
<style>
a { background-color: #7FEA7F; }
a { background-color: rgb(127,234,127); }
div.DivClassName
{
background-color: #7FEA7F;
}
.BgClassName
{
background-color: #7FEA7F;
}
</style>
border-color css
<style>
span { border-color: #7FEA7F; }
span { border-color: rgb(127,234,127); }
td.TdClassName
{
border-color: #7FEA7F;
}
.TagClassName
{
border-color: #7FEA7F;
}
</style>