Shades of Pastel Green #71D88A
Tints of Pastel Green #71D88A
RGB
CMYK
RGB Variations
Color information
#71D88A (or 0x71D88A) is known color: Pastel Green. HEX triplet: 71, D8 and 8A. RGB value is (113,216,138). Sum of RGB (Red+Green+Blue) = 113+216+138=467 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.20% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #71D88A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D88A is #8E2775. Grayscale: #B0B0B0. Windows color (decimal): -9316214 or 9099377. OLE color: 9099377.
HSL color Cylindrical-coordinate representation of color #71D88A: hue angle of 134.56º 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 #71D88A is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 216 | 138 | - |
| CMYK | 0.48 | 0 | 0.36 | 0.15 |
| HSL | 134.56º | 0.57% | 0.65% | - |
| HSV(B) | 134.56º | 0.48% | 0.85% | - |
| XYZ | 35.95 | 54.46 | 32.66 | - |
| YUV | 176.31 | 106.38 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 216 | 138 | 0.48 | 0 | 0.36 | 0.15 | 134.56 | 0.57 | 0.65 |
| Hex | 71 | D8 | 8A | 30 | 0 | 24 | F | 87 | 39 | 41 |
| Octal | 161 | 330 | 212 | 60 | 0 | 44 | 17 | 207 | 71 | 101 |
| Binary | 1110001 | 11011000 | 10001010 | 110000 | 0 | 100100 | 1111 | 10000111 | 111001 | 1000001 |
Color Harmonies of #71D88A
Complementary color
Monochromatic Colors of #71D88A
Black with #71D88A
Text Example
Text Example
White with #71D88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D88A; }
p { color: rgb(113,216,138); }
H1.HeaderClassName
{
color: #71D88A;
}
.AnyTagClassName
{
color: #71D88A;
}
</style>
background-color css
<style>
a { background-color: #71D88A; }
a { background-color: rgb(113,216,138); }
div.DivClassName
{
background-color: #71D88A;
}
.BgClassName
{
background-color: #71D88A;
}
</style>
border-color css
<style>
span { border-color: #71D88A; }
span { border-color: rgb(113,216,138); }
td.TdClassName
{
border-color: #71D88A;
}
.TagClassName
{
border-color: #71D88A;
}
</style>