Shades of Pastel Green #7FDC71
Tints of Pastel Green #7FDC71
RGB
CMYK
RGB Variations
Color information
#7FDC71 (or 0x7FDC71) is known color: Pastel Green. HEX triplet: 7F, DC and 71. RGB value is (127,220,113). Sum of RGB (Red+Green+Blue) = 127+220+113=460 (60% of max value = 765). Red value is 127 (50% from 255 or 27.61% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDC71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FDC71 is #80238E. Grayscale: #B4B4B4. Windows color (decimal): -8397711 or 7462015. OLE color: 7462015.
HSL color Cylindrical-coordinate representation of color #7FDC71: hue angle of 112.15º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FDC71 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 220 | 113 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.14 |
| HSL | 112.15º | 0.6% | 0.65% | - |
| HSV(B) | 112.15º | 0.49% | 0.86% | - |
| XYZ | 37.33 | 56.89 | 24.64 | - |
| YUV | 180 | 90.19 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 220 | 113 | 0.42 | 0 | 0.49 | 0.14 | 112.15 | 0.6 | 0.65 |
| Hex | 7F | DC | 71 | 2A | 0 | 31 | E | 70 | 3C | 41 |
| Octal | 177 | 334 | 161 | 52 | 0 | 61 | 16 | 160 | 74 | 101 |
| Binary | 1111111 | 11011100 | 1110001 | 101010 | 0 | 110001 | 1110 | 1110000 | 111100 | 1000001 |
Color Harmonies of #7FDC71
Complementary color
Monochromatic Colors of #7FDC71
Black with #7FDC71
Text Example
Text Example
White with #7FDC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDC71; }
p { color: rgb(127,220,113); }
H1.HeaderClassName
{
color: #7FDC71;
}
.AnyTagClassName
{
color: #7FDC71;
}
</style>
background-color css
<style>
a { background-color: #7FDC71; }
a { background-color: rgb(127,220,113); }
div.DivClassName
{
background-color: #7FDC71;
}
.BgClassName
{
background-color: #7FDC71;
}
</style>
border-color css
<style>
span { border-color: #7FDC71; }
span { border-color: rgb(127,220,113); }
td.TdClassName
{
border-color: #7FDC71;
}
.TagClassName
{
border-color: #7FDC71;
}
</style>