Shades of Pastel Green #71DC85
Tints of Pastel Green #71DC85
RGB
CMYK
RGB Variations
Color information
#71DC85 (or 0x71DC85) is known color: Pastel Green. HEX triplet: 71, DC and 85. RGB value is (113,220,133). Sum of RGB (Red+Green+Blue) = 113+220+133=466 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.25% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DC85 is #8E237A. Grayscale: #B2B2B2. Windows color (decimal): -9315195 or 8772721. OLE color: 8772721.
HSL color Cylindrical-coordinate representation of color #71DC85: hue angle of 131.21º 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 #71DC85 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 220 | 133 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.14 |
| HSL | 131.22º | 0.6% | 0.65% | - |
| HSV(B) | 131.22º | 0.49% | 0.86% | - |
| XYZ | 36.64 | 56.39 | 31.14 | - |
| YUV | 178.09 | 102.55 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 133 | 0.49 | 0 | 0.40 | 0.14 | 131.22 | 0.6 | 0.65 |
| Hex | 71 | DC | 85 | 31 | 0 | 28 | E | 83 | 3C | 41 |
| Octal | 161 | 334 | 205 | 61 | 0 | 50 | 16 | 203 | 74 | 101 |
| Binary | 1110001 | 11011100 | 10000101 | 110001 | 0 | 101000 | 1110 | 10000011 | 111100 | 1000001 |
Color Harmonies of #71DC85
Complementary color
Monochromatic Colors of #71DC85
Black with #71DC85
Text Example
Text Example
White with #71DC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DC85; }
p { color: rgb(113,220,133); }
H1.HeaderClassName
{
color: #71DC85;
}
.AnyTagClassName
{
color: #71DC85;
}
</style>
background-color css
<style>
a { background-color: #71DC85; }
a { background-color: rgb(113,220,133); }
div.DivClassName
{
background-color: #71DC85;
}
.BgClassName
{
background-color: #71DC85;
}
</style>
border-color css
<style>
span { border-color: #71DC85; }
span { border-color: rgb(113,220,133); }
td.TdClassName
{
border-color: #71DC85;
}
.TagClassName
{
border-color: #71DC85;
}
</style>