Shades of Pastel Green #71E88D
Tints of Pastel Green #71E88D
RGB
CMYK
RGB Variations
Color information
#71E88D (or 0x71E88D) is known color: Pastel Green. HEX triplet: 71, E8 and 8D. RGB value is (113,232,141). Sum of RGB (Red+Green+Blue) = 113+232+141=486 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.25% from 486); Green value is 232 (91.02% from 255 or 47.74% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 232 - color contains mainly: green. Hex color #71E88D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71E88D is #8E1772. Grayscale: #BABABA. Windows color (decimal): -9312115 or 9300081. OLE color: 9300081.
HSL color Cylindrical-coordinate representation of color #71E88D: hue angle of 134.12º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71E88D is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 232 | 141 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.09 |
| HSL | 134.12º | 0.72% | 0.68% | - |
| HSV(B) | 134.12º | 0.51% | 0.91% | - |
| XYZ | 40.47 | 63.15 | 35.25 | - |
| YUV | 186.05 | 102.58 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 232 | 141 | 0.51 | 0 | 0.39 | 0.09 | 134.12 | 0.72 | 0.68 |
| Hex | 71 | E8 | 8D | 33 | 0 | 27 | 9 | 86 | 48 | 44 |
| Octal | 161 | 350 | 215 | 63 | 0 | 47 | 11 | 206 | 110 | 104 |
| Binary | 1110001 | 11101000 | 10001101 | 110011 | 0 | 100111 | 1001 | 10000110 | 1001000 | 1000100 |
Color Harmonies of #71E88D
Complementary color
Monochromatic Colors of #71E88D
Black with #71E88D
Text Example
Text Example
White with #71E88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E88D; }
p { color: rgb(113,232,141); }
H1.HeaderClassName
{
color: #71E88D;
}
.AnyTagClassName
{
color: #71E88D;
}
</style>
background-color css
<style>
a { background-color: #71E88D; }
a { background-color: rgb(113,232,141); }
div.DivClassName
{
background-color: #71E88D;
}
.BgClassName
{
background-color: #71E88D;
}
</style>
border-color css
<style>
span { border-color: #71E88D; }
span { border-color: rgb(113,232,141); }
td.TdClassName
{
border-color: #71E88D;
}
.TagClassName
{
border-color: #71E88D;
}
</style>