Shades of Pastel Green #71DC71
Tints of Pastel Green #71DC71
RGB
CMYK
RGB Variations
Color information
#71DC71 (or 0x71DC71) is known color: Pastel Green. HEX triplet: 71, DC and 71. RGB value is (113,220,113). Sum of RGB (Red+Green+Blue) = 113+220+113=446 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.34% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DC71 is #8E238E. Grayscale: #B0B0B0. Windows color (decimal): -9315215 or 7462001. OLE color: 7462001.
HSL color Cylindrical-coordinate representation of color #71DC71: hue angle of 120º 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 #71DC71 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 220 | 113 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.14 |
| HSL | 120º | 0.6% | 0.65% | - |
| HSV(B) | 120º | 0.49% | 0.86% | - |
| XYZ | 35.38 | 55.89 | 24.55 | - |
| YUV | 175.81 | 92.55 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 113 | 0.49 | 0 | 0.49 | 0.14 | 120 | 0.6 | 0.65 |
| Hex | 71 | DC | 71 | 31 | 0 | 31 | E | 78 | 3C | 41 |
| Octal | 161 | 334 | 161 | 61 | 0 | 61 | 16 | 170 | 74 | 101 |
| Binary | 1110001 | 11011100 | 1110001 | 110001 | 0 | 110001 | 1110 | 1111000 | 111100 | 1000001 |
Color Harmonies of #71DC71
Complementary color
Monochromatic Colors of #71DC71
Black with #71DC71
Text Example
Text Example
White with #71DC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DC71; }
p { color: rgb(113,220,113); }
H1.HeaderClassName
{
color: #71DC71;
}
.AnyTagClassName
{
color: #71DC71;
}
</style>
background-color css
<style>
a { background-color: #71DC71; }
a { background-color: rgb(113,220,113); }
div.DivClassName
{
background-color: #71DC71;
}
.BgClassName
{
background-color: #71DC71;
}
</style>
border-color css
<style>
span { border-color: #71DC71; }
span { border-color: rgb(113,220,113); }
td.TdClassName
{
border-color: #71DC71;
}
.TagClassName
{
border-color: #71DC71;
}
</style>