Shades of Pastel Green #71DD83
Tints of Pastel Green #71DD83
RGB
CMYK
RGB Variations
Color information
#71DD83 (or 0x71DD83) is known color: Pastel Green. HEX triplet: 71, DD and 83. RGB value is (113,221,131). Sum of RGB (Red+Green+Blue) = 113+221+131=465 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.30% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 131 (51.56% from 255 or 28.17% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #71DD83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DD83 is #8E227C. Grayscale: #B2B2B2. Windows color (decimal): -9314941 or 8641905. OLE color: 8641905.
HSL color Cylindrical-coordinate representation of color #71DD83: hue angle of 130º 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 #71DD83 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 221 | 131 | - |
| CMYK | 0.49 | 0 | 0.41 | 0.13 |
| HSL | 130º | 0.61% | 0.65% | - |
| HSV(B) | 130º | 0.49% | 0.87% | - |
| XYZ | 36.76 | 56.86 | 30.51 | - |
| YUV | 178.45 | 101.22 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 221 | 131 | 0.49 | 0 | 0.41 | 0.13 | 130 | 0.61 | 0.65 |
| Hex | 71 | DD | 83 | 31 | 0 | 29 | D | 82 | 3D | 41 |
| Octal | 161 | 335 | 203 | 61 | 0 | 51 | 15 | 202 | 75 | 101 |
| Binary | 1110001 | 11011101 | 10000011 | 110001 | 0 | 101001 | 1101 | 10000010 | 111101 | 1000001 |
Color Harmonies of #71DD83
Complementary color
Monochromatic Colors of #71DD83
Black with #71DD83
Text Example
Text Example
White with #71DD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DD83; }
p { color: rgb(113,221,131); }
H1.HeaderClassName
{
color: #71DD83;
}
.AnyTagClassName
{
color: #71DD83;
}
</style>
background-color css
<style>
a { background-color: #71DD83; }
a { background-color: rgb(113,221,131); }
div.DivClassName
{
background-color: #71DD83;
}
.BgClassName
{
background-color: #71DD83;
}
</style>
border-color css
<style>
span { border-color: #71DD83; }
span { border-color: rgb(113,221,131); }
td.TdClassName
{
border-color: #71DD83;
}
.TagClassName
{
border-color: #71DD83;
}
</style>