Shades of Pastel Green #7FED71
Tints of Pastel Green #7FED71
RGB
CMYK
RGB Variations
Color information
#7FED71 (or 0x7FED71) is known color: Pastel Green. HEX triplet: 7F, ED and 71. RGB value is (127,237,113). Sum of RGB (Red+Green+Blue) = 127+237+113=477 (63% of max value = 765). Red value is 127 (50% from 255 or 26.62% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 237 - color contains mainly: green. Hex color #7FED71 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FED71 is #80128E. Grayscale: #BEBEBE. Windows color (decimal): -8393359 or 7466367. OLE color: 7466367.
HSL color Cylindrical-coordinate representation of color #7FED71: hue angle of 113.23º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7FED71 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 127 | 237 | 113 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.07 |
| HSL | 113.23º | 0.78% | 0.69% | - |
| HSV(B) | 113.23º | 0.52% | 0.93% | - |
| XYZ | 42.02 | 66.27 | 26.2 | - |
| YUV | 189.97 | 84.56 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 237 | 113 | 0.46 | 0 | 0.52 | 0.07 | 113.23 | 0.78 | 0.69 |
| Hex | 7F | ED | 71 | 2E | 0 | 34 | 7 | 71 | 4E | 45 |
| Octal | 177 | 355 | 161 | 56 | 0 | 64 | 7 | 161 | 116 | 105 |
| Binary | 1111111 | 11101101 | 1110001 | 101110 | 0 | 110100 | 111 | 1110001 | 1001110 | 1000101 |
Color Harmonies of #7FED71
Complementary color
Monochromatic Colors of #7FED71
Black with #7FED71
Text Example
Text Example
White with #7FED71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FED71; }
p { color: rgb(127,237,113); }
H1.HeaderClassName
{
color: #7FED71;
}
.AnyTagClassName
{
color: #7FED71;
}
</style>
background-color css
<style>
a { background-color: #7FED71; }
a { background-color: rgb(127,237,113); }
div.DivClassName
{
background-color: #7FED71;
}
.BgClassName
{
background-color: #7FED71;
}
</style>
border-color css
<style>
span { border-color: #7FED71; }
span { border-color: rgb(127,237,113); }
td.TdClassName
{
border-color: #7FED71;
}
.TagClassName
{
border-color: #7FED71;
}
</style>