Shades of Pastel Green #7FF271
Tints of Pastel Green #7FF271
RGB
CMYK
RGB Variations
Color information
#7FF271 (or 0x7FF271) is known color: Pastel Green. HEX triplet: 7F, F2 and 71. RGB value is (127,242,113). Sum of RGB (Red+Green+Blue) = 127+242+113=482 (63% of max value = 765). Red value is 127 (50% from 255 or 26.35% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #7FF271 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FF271 is #800D8E. Grayscale: #C1C1C1. Windows color (decimal): -8392079 or 7467647. OLE color: 7467647.
HSL color Cylindrical-coordinate representation of color #7FF271: hue angle of 113.49º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7FF271 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 127 | 242 | 113 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.05 |
| HSL | 113.49º | 0.83% | 0.7% | - |
| HSV(B) | 113.49º | 0.53% | 0.95% | - |
| XYZ | 43.49 | 69.21 | 26.69 | - |
| YUV | 192.91 | 82.9 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 242 | 113 | 0.48 | 0 | 0.53 | 0.05 | 113.49 | 0.83 | 0.7 |
| Hex | 7F | F2 | 71 | 30 | 0 | 35 | 5 | 71 | 53 | 46 |
| Octal | 177 | 362 | 161 | 60 | 0 | 65 | 5 | 161 | 123 | 106 |
| Binary | 1111111 | 11110010 | 1110001 | 110000 | 0 | 110101 | 101 | 1110001 | 1010011 | 1000110 |
Color Harmonies of #7FF271
Complementary color
Monochromatic Colors of #7FF271
Black with #7FF271
Text Example
Text Example
White with #7FF271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FF271; }
p { color: rgb(127,242,113); }
H1.HeaderClassName
{
color: #7FF271;
}
.AnyTagClassName
{
color: #7FF271;
}
</style>
background-color css
<style>
a { background-color: #7FF271; }
a { background-color: rgb(127,242,113); }
div.DivClassName
{
background-color: #7FF271;
}
.BgClassName
{
background-color: #7FF271;
}
</style>
border-color css
<style>
span { border-color: #7FF271; }
span { border-color: rgb(127,242,113); }
td.TdClassName
{
border-color: #7FF271;
}
.TagClassName
{
border-color: #7FF271;
}
</style>