Shades of Pastel Green #71D882
Tints of Pastel Green #71D882
RGB
CMYK
RGB Variations
Color information
#71D882 (or 0x71D882) is known color: Pastel Green. HEX triplet: 71, D8 and 82. RGB value is (113,216,130). Sum of RGB (Red+Green+Blue) = 113+216+130=459 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.62% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #71D882 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D882 is #8E277D. Grayscale: #AFAFAF. Windows color (decimal): -9316222 or 8575089. OLE color: 8575089.
HSL color Cylindrical-coordinate representation of color #71D882: hue angle of 129.9º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71D882 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 216 | 130 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.15 |
| HSL | 129.9º | 0.57% | 0.65% | - |
| HSV(B) | 129.9º | 0.48% | 0.85% | - |
| XYZ | 35.4 | 54.23 | 29.72 | - |
| YUV | 175.4 | 102.38 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 216 | 130 | 0.48 | 0 | 0.40 | 0.15 | 129.9 | 0.57 | 0.65 |
| Hex | 71 | D8 | 82 | 30 | 0 | 28 | F | 82 | 39 | 41 |
| Octal | 161 | 330 | 202 | 60 | 0 | 50 | 17 | 202 | 71 | 101 |
| Binary | 1110001 | 11011000 | 10000010 | 110000 | 0 | 101000 | 1111 | 10000010 | 111001 | 1000001 |
Color Harmonies of #71D882
Complementary color
Monochromatic Colors of #71D882
Black with #71D882
Text Example
Text Example
White with #71D882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D882; }
p { color: rgb(113,216,130); }
H1.HeaderClassName
{
color: #71D882;
}
.AnyTagClassName
{
color: #71D882;
}
</style>
background-color css
<style>
a { background-color: #71D882; }
a { background-color: rgb(113,216,130); }
div.DivClassName
{
background-color: #71D882;
}
.BgClassName
{
background-color: #71D882;
}
</style>
border-color css
<style>
span { border-color: #71D882; }
span { border-color: rgb(113,216,130); }
td.TdClassName
{
border-color: #71D882;
}
.TagClassName
{
border-color: #71D882;
}
</style>