Shades of Pastel Green #71DC81
Tints of Pastel Green #71DC81
RGB
CMYK
RGB Variations
Color information
#71DC81 (or 0x71DC81) is known color: Pastel Green. HEX triplet: 71, DC and 81. RGB value is (113,220,129). Sum of RGB (Red+Green+Blue) = 113+220+129=462 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.46% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DC81 is #8E237E. Grayscale: #B1B1B1. Windows color (decimal): -9315199 or 8510577. OLE color: 8510577.
HSL color Cylindrical-coordinate representation of color #71DC81: hue angle of 128.97º 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 #71DC81 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 220 | 129 | - |
| CMYK | 0.49 | 0 | 0.41 | 0.14 |
| HSL | 128.97º | 0.6% | 0.65% | - |
| HSV(B) | 128.97º | 0.49% | 0.86% | - |
| XYZ | 36.37 | 56.28 | 29.72 | - |
| YUV | 177.63 | 100.55 | 81.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 129 | 0.49 | 0 | 0.41 | 0.14 | 128.97 | 0.6 | 0.65 |
| Hex | 71 | DC | 81 | 31 | 0 | 29 | E | 81 | 3C | 41 |
| Octal | 161 | 334 | 201 | 61 | 0 | 51 | 16 | 201 | 74 | 101 |
| Binary | 1110001 | 11011100 | 10000001 | 110001 | 0 | 101001 | 1110 | 10000001 | 111100 | 1000001 |
Color Harmonies of #71DC81
Complementary color
Monochromatic Colors of #71DC81
Black with #71DC81
Text Example
Text Example
White with #71DC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DC81; }
p { color: rgb(113,220,129); }
H1.HeaderClassName
{
color: #71DC81;
}
.AnyTagClassName
{
color: #71DC81;
}
</style>
background-color css
<style>
a { background-color: #71DC81; }
a { background-color: rgb(113,220,129); }
div.DivClassName
{
background-color: #71DC81;
}
.BgClassName
{
background-color: #71DC81;
}
</style>
border-color css
<style>
span { border-color: #71DC81; }
span { border-color: rgb(113,220,129); }
td.TdClassName
{
border-color: #71DC81;
}
.TagClassName
{
border-color: #71DC81;
}
</style>