Shades of Pastel Green #71DB82
Tints of Pastel Green #71DB82
RGB
CMYK
RGB Variations
Color information
#71DB82 (or 0x71DB82) is known color: Pastel Green. HEX triplet: 71, DB and 82. RGB value is (113,219,130). Sum of RGB (Red+Green+Blue) = 113+219+130=462 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.46% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #71DB82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DB82 is #8E247D. Grayscale: #B1B1B1. Windows color (decimal): -9315454 or 8575857. OLE color: 8575857.
HSL color Cylindrical-coordinate representation of color #71DB82: hue angle of 129.62º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71DB82 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 219 | 130 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.14 |
| HSL | 129.62º | 0.6% | 0.65% | - |
| HSV(B) | 129.62º | 0.48% | 0.86% | - |
| XYZ | 36.17 | 55.79 | 29.98 | - |
| YUV | 177.16 | 101.38 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 219 | 130 | 0.48 | 0 | 0.41 | 0.14 | 129.62 | 0.6 | 0.65 |
| Hex | 71 | DB | 82 | 30 | 0 | 29 | E | 82 | 3C | 41 |
| Octal | 161 | 333 | 202 | 60 | 0 | 51 | 16 | 202 | 74 | 101 |
| Binary | 1110001 | 11011011 | 10000010 | 110000 | 0 | 101001 | 1110 | 10000010 | 111100 | 1000001 |
Color Harmonies of #71DB82
Complementary color
Monochromatic Colors of #71DB82
Black with #71DB82
Text Example
Text Example
White with #71DB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DB82; }
p { color: rgb(113,219,130); }
H1.HeaderClassName
{
color: #71DB82;
}
.AnyTagClassName
{
color: #71DB82;
}
</style>
background-color css
<style>
a { background-color: #71DB82; }
a { background-color: rgb(113,219,130); }
div.DivClassName
{
background-color: #71DB82;
}
.BgClassName
{
background-color: #71DB82;
}
</style>
border-color css
<style>
span { border-color: #71DB82; }
span { border-color: rgb(113,219,130); }
td.TdClassName
{
border-color: #71DB82;
}
.TagClassName
{
border-color: #71DB82;
}
</style>