Shades of Pastel Green #71DC7C
Tints of Pastel Green #71DC7C
RGB
CMYK
RGB Variations
Color information
#71DC7C (or 0x71DC7C) is known color: Pastel Green. HEX triplet: 71, DC and 7C. RGB value is (113,220,124). Sum of RGB (Red+Green+Blue) = 113+220+124=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DC7C is #8E2383. Grayscale: #B1B1B1. Windows color (decimal): -9315204 or 8182897. OLE color: 8182897.
HSL color Cylindrical-coordinate representation of color #71DC7C: hue angle of 126.17º 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 #71DC7C is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 220 | 124 | - |
| CMYK | 0.49 | 0 | 0.44 | 0.14 |
| HSL | 126.17º | 0.6% | 0.65% | - |
| HSV(B) | 126.17º | 0.49% | 0.86% | - |
| XYZ | 36.04 | 56.15 | 28.01 | - |
| YUV | 177.06 | 98.05 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 124 | 0.49 | 0 | 0.44 | 0.14 | 126.17 | 0.6 | 0.65 |
| Hex | 71 | DC | 7C | 31 | 0 | 2C | E | 7E | 3C | 41 |
| Octal | 161 | 334 | 174 | 61 | 0 | 54 | 16 | 176 | 74 | 101 |
| Binary | 1110001 | 11011100 | 1111100 | 110001 | 0 | 101100 | 1110 | 1111110 | 111100 | 1000001 |
Color Harmonies of #71DC7C
Complementary color
Monochromatic Colors of #71DC7C
Black with #71DC7C
Text Example
Text Example
White with #71DC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DC7C; }
p { color: rgb(113,220,124); }
H1.HeaderClassName
{
color: #71DC7C;
}
.AnyTagClassName
{
color: #71DC7C;
}
</style>
background-color css
<style>
a { background-color: #71DC7C; }
a { background-color: rgb(113,220,124); }
div.DivClassName
{
background-color: #71DC7C;
}
.BgClassName
{
background-color: #71DC7C;
}
</style>
border-color css
<style>
span { border-color: #71DC7C; }
span { border-color: rgb(113,220,124); }
td.TdClassName
{
border-color: #71DC7C;
}
.TagClassName
{
border-color: #71DC7C;
}
</style>