Shades of Pastel Green #71DD80
Tints of Pastel Green #71DD80
RGB
CMYK
RGB Variations
Color information
#71DD80 (or 0x71DD80) is known color: Pastel Green. HEX triplet: 71, DD and 80. RGB value is (113,221,128). Sum of RGB (Red+Green+Blue) = 113+221+128=462 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.46% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #71DD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DD80 is #8E227F. Grayscale: #B2B2B2. Windows color (decimal): -9314944 or 8445297. OLE color: 8445297.
HSL color Cylindrical-coordinate representation of color #71DD80: hue angle of 128.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DD80 is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 221 | 128 | - |
| CMYK | 0.49 | 0 | 0.42 | 0.13 |
| HSL | 128.33º | 0.61% | 0.65% | - |
| HSV(B) | 128.33º | 0.49% | 0.87% | - |
| XYZ | 36.56 | 56.78 | 29.46 | - |
| YUV | 178.11 | 99.72 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 221 | 128 | 0.49 | 0 | 0.42 | 0.13 | 128.33 | 0.61 | 0.65 |
| Hex | 71 | DD | 80 | 31 | 0 | 2A | D | 80 | 3D | 41 |
| Octal | 161 | 335 | 200 | 61 | 0 | 52 | 15 | 200 | 75 | 101 |
| Binary | 1110001 | 11011101 | 10000000 | 110001 | 0 | 101010 | 1101 | 10000000 | 111101 | 1000001 |
Color Harmonies of #71DD80
Complementary color
Monochromatic Colors of #71DD80
Black with #71DD80
Text Example
Text Example
White with #71DD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DD80; }
p { color: rgb(113,221,128); }
H1.HeaderClassName
{
color: #71DD80;
}
.AnyTagClassName
{
color: #71DD80;
}
</style>
background-color css
<style>
a { background-color: #71DD80; }
a { background-color: rgb(113,221,128); }
div.DivClassName
{
background-color: #71DD80;
}
.BgClassName
{
background-color: #71DD80;
}
</style>
border-color css
<style>
span { border-color: #71DD80; }
span { border-color: rgb(113,221,128); }
td.TdClassName
{
border-color: #71DD80;
}
.TagClassName
{
border-color: #71DD80;
}
</style>