Shades of Pastel Green #7FF471
Tints of Pastel Green #7FF471
RGB
CMYK
RGB Variations
Color information
#7FF471 (or 0x7FF471) is known color: Pastel Green. HEX triplet: 7F, F4 and 71. RGB value is (127,244,113). Sum of RGB (Red+Green+Blue) = 127+244+113=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 244 (95.70% from 255 or 50.41% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 244 - color contains mainly: green. Hex color #7FF471 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FF471 is #800B8E. Grayscale: #C2C2C2. Windows color (decimal): -8391567 or 7468159. OLE color: 7468159.
HSL color Cylindrical-coordinate representation of color #7FF471: hue angle of 113.59º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7FF471 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 127 | 244 | 113 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.04 |
| HSL | 113.59º | 0.86% | 0.7% | - |
| HSV(B) | 113.59º | 0.54% | 0.96% | - |
| XYZ | 44.08 | 70.41 | 26.89 | - |
| YUV | 194.08 | 82.24 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 244 | 113 | 0.48 | 0 | 0.54 | 0.04 | 113.59 | 0.86 | 0.7 |
| Hex | 7F | F4 | 71 | 30 | 0 | 36 | 4 | 72 | 56 | 46 |
| Octal | 177 | 364 | 161 | 60 | 0 | 66 | 4 | 162 | 126 | 106 |
| Binary | 1111111 | 11110100 | 1110001 | 110000 | 0 | 110110 | 100 | 1110010 | 1010110 | 1000110 |
Color Harmonies of #7FF471
Complementary color
Monochromatic Colors of #7FF471
Black with #7FF471
Text Example
Text Example
White with #7FF471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF471; }
p { color: rgb(127,244,113); }
H1.HeaderClassName
{
color: #7FF471;
}
.AnyTagClassName
{
color: #7FF471;
}
</style>
background-color css
<style>
a { background-color: #7FF471; }
a { background-color: rgb(127,244,113); }
div.DivClassName
{
background-color: #7FF471;
}
.BgClassName
{
background-color: #7FF471;
}
</style>
border-color css
<style>
span { border-color: #7FF471; }
span { border-color: rgb(127,244,113); }
td.TdClassName
{
border-color: #7FF471;
}
.TagClassName
{
border-color: #7FF471;
}
</style>