Shades of Pastel Green #71E780
Tints of Pastel Green #71E780
RGB
CMYK
RGB Variations
Color information
#71E780 (or 0x71E780) is known color: Pastel Green. HEX triplet: 71, E7 and 80. RGB value is (113,231,128). Sum of RGB (Red+Green+Blue) = 113+231+128=472 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.94% from 472); Green value is 231 (90.62% from 255 or 48.94% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 231 - color contains mainly: green. Hex color #71E780 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71E780 is #8E187F. Grayscale: #B8B8B8. Windows color (decimal): -9312384 or 8447857. OLE color: 8447857.
HSL color Cylindrical-coordinate representation of color #71E780: hue angle of 127.63º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71E780 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 231 | 128 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.09 |
| HSL | 127.63º | 0.71% | 0.67% | - |
| HSV(B) | 127.63º | 0.51% | 0.91% | - |
| XYZ | 39.28 | 62.22 | 30.36 | - |
| YUV | 183.98 | 96.41 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 231 | 128 | 0.51 | 0 | 0.45 | 0.09 | 127.63 | 0.71 | 0.67 |
| Hex | 71 | E7 | 80 | 33 | 0 | 2D | 9 | 80 | 47 | 43 |
| Octal | 161 | 347 | 200 | 63 | 0 | 55 | 11 | 200 | 107 | 103 |
| Binary | 1110001 | 11100111 | 10000000 | 110011 | 0 | 101101 | 1001 | 10000000 | 1000111 | 1000011 |
Color Harmonies of #71E780
Complementary color
Monochromatic Colors of #71E780
Black with #71E780
Text Example
Text Example
White with #71E780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E780; }
p { color: rgb(113,231,128); }
H1.HeaderClassName
{
color: #71E780;
}
.AnyTagClassName
{
color: #71E780;
}
</style>
background-color css
<style>
a { background-color: #71E780; }
a { background-color: rgb(113,231,128); }
div.DivClassName
{
background-color: #71E780;
}
.BgClassName
{
background-color: #71E780;
}
</style>
border-color css
<style>
span { border-color: #71E780; }
span { border-color: rgb(113,231,128); }
td.TdClassName
{
border-color: #71E780;
}
.TagClassName
{
border-color: #71E780;
}
</style>