Shades of Pastel Green #71D888
Tints of Pastel Green #71D888
RGB
CMYK
RGB Variations
Color information
#71D888 (or 0x71D888) is known color: Pastel Green. HEX triplet: 71, D8 and 88. RGB value is (113,216,136). Sum of RGB (Red+Green+Blue) = 113+216+136=465 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.30% from 465); Green value is 216 (84.77% from 255 or 46.45% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 216 - color contains mainly: green. Hex color #71D888 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D888 is #8E2777. Grayscale: #B0B0B0. Windows color (decimal): -9316216 or 8968305. OLE color: 8968305.
HSL color Cylindrical-coordinate representation of color #71D888: hue angle of 133.4º 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 #71D888 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 216 | 136 | - |
| CMYK | 0.48 | 0 | 0.37 | 0.15 |
| HSL | 133.4º | 0.57% | 0.65% | - |
| HSV(B) | 133.4º | 0.48% | 0.85% | - |
| XYZ | 35.81 | 54.4 | 31.91 | - |
| YUV | 176.08 | 105.38 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 216 | 136 | 0.48 | 0 | 0.37 | 0.15 | 133.4 | 0.57 | 0.65 |
| Hex | 71 | D8 | 88 | 30 | 0 | 25 | F | 85 | 39 | 41 |
| Octal | 161 | 330 | 210 | 60 | 0 | 45 | 17 | 205 | 71 | 101 |
| Binary | 1110001 | 11011000 | 10001000 | 110000 | 0 | 100101 | 1111 | 10000101 | 111001 | 1000001 |
Color Harmonies of #71D888
Complementary color
Monochromatic Colors of #71D888
Black with #71D888
Text Example
Text Example
White with #71D888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D888; }
p { color: rgb(113,216,136); }
H1.HeaderClassName
{
color: #71D888;
}
.AnyTagClassName
{
color: #71D888;
}
</style>
background-color css
<style>
a { background-color: #71D888; }
a { background-color: rgb(113,216,136); }
div.DivClassName
{
background-color: #71D888;
}
.BgClassName
{
background-color: #71D888;
}
</style>
border-color css
<style>
span { border-color: #71D888; }
span { border-color: rgb(113,216,136); }
td.TdClassName
{
border-color: #71D888;
}
.TagClassName
{
border-color: #71D888;
}
</style>