Shades of Pastel Green #71E880
Tints of Pastel Green #71E880
RGB
CMYK
RGB Variations
Color information
#71E880 (or 0x71E880) is known color: Pastel Green. HEX triplet: 71, E8 and 80. RGB value is (113,232,128). Sum of RGB (Red+Green+Blue) = 113+232+128=473 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.89% from 473); Green value is 232 (91.02% from 255 or 49.05% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 232 - color contains mainly: green. Hex color #71E880 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71E880 is #8E177F. Grayscale: #B8B8B8. Windows color (decimal): -9312128 or 8448113. OLE color: 8448113.
HSL color Cylindrical-coordinate representation of color #71E880: hue angle of 127.56º 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 #71E880 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 232 | 128 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.09 |
| HSL | 127.56º | 0.72% | 0.68% | - |
| HSV(B) | 127.56º | 0.51% | 0.91% | - |
| XYZ | 39.56 | 62.78 | 30.46 | - |
| YUV | 184.56 | 96.08 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 232 | 128 | 0.51 | 0 | 0.45 | 0.09 | 127.56 | 0.72 | 0.68 |
| Hex | 71 | E8 | 80 | 33 | 0 | 2D | 9 | 80 | 48 | 44 |
| Octal | 161 | 350 | 200 | 63 | 0 | 55 | 11 | 200 | 110 | 104 |
| Binary | 1110001 | 11101000 | 10000000 | 110011 | 0 | 101101 | 1001 | 10000000 | 1001000 | 1000100 |
Color Harmonies of #71E880
Complementary color
Monochromatic Colors of #71E880
Black with #71E880
Text Example
Text Example
White with #71E880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E880; }
p { color: rgb(113,232,128); }
H1.HeaderClassName
{
color: #71E880;
}
.AnyTagClassName
{
color: #71E880;
}
</style>
background-color css
<style>
a { background-color: #71E880; }
a { background-color: rgb(113,232,128); }
div.DivClassName
{
background-color: #71E880;
}
.BgClassName
{
background-color: #71E880;
}
</style>
border-color css
<style>
span { border-color: #71E880; }
span { border-color: rgb(113,232,128); }
td.TdClassName
{
border-color: #71E880;
}
.TagClassName
{
border-color: #71E880;
}
</style>