Shades of Pastel Green #7FDA71
Tints of Pastel Green #7FDA71
RGB
CMYK
RGB Variations
Color information
#7FDA71 (or 0x7FDA71) is known color: Pastel Green. HEX triplet: 7F, DA and 71. RGB value is (127,218,113). Sum of RGB (Red+Green+Blue) = 127+218+113=458 (60% of max value = 765). Red value is 127 (50% from 255 or 27.73% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDA71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FDA71 is #80258E. Grayscale: #B3B3B3. Windows color (decimal): -8398223 or 7461503. OLE color: 7461503.
HSL color Cylindrical-coordinate representation of color #7FDA71: hue angle of 112º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FDA71 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 218 | 113 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.15 |
| HSL | 112º | 0.59% | 0.65% | - |
| HSV(B) | 112º | 0.48% | 0.85% | - |
| XYZ | 36.8 | 55.85 | 24.46 | - |
| YUV | 178.82 | 90.85 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 218 | 113 | 0.42 | 0 | 0.48 | 0.15 | 112 | 0.59 | 0.65 |
| Hex | 7F | DA | 71 | 2A | 0 | 30 | F | 70 | 3B | 41 |
| Octal | 177 | 332 | 161 | 52 | 0 | 60 | 17 | 160 | 73 | 101 |
| Binary | 1111111 | 11011010 | 1110001 | 101010 | 0 | 110000 | 1111 | 1110000 | 111011 | 1000001 |
Color Harmonies of #7FDA71
Complementary color
Monochromatic Colors of #7FDA71
Black with #7FDA71
Text Example
Text Example
White with #7FDA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDA71; }
p { color: rgb(127,218,113); }
H1.HeaderClassName
{
color: #7FDA71;
}
.AnyTagClassName
{
color: #7FDA71;
}
</style>
background-color css
<style>
a { background-color: #7FDA71; }
a { background-color: rgb(127,218,113); }
div.DivClassName
{
background-color: #7FDA71;
}
.BgClassName
{
background-color: #7FDA71;
}
</style>
border-color css
<style>
span { border-color: #7FDA71; }
span { border-color: rgb(127,218,113); }
td.TdClassName
{
border-color: #7FDA71;
}
.TagClassName
{
border-color: #7FDA71;
}
</style>