Shades of Pastel Green #71E871
Tints of Pastel Green #71E871
RGB
CMYK
RGB Variations
Color information
#71E871 (or 0x71E871) is known color: Pastel Green. HEX triplet: 71, E8 and 71. RGB value is (113,232,113). Sum of RGB (Red+Green+Blue) = 113+232+113=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 232 (91.02% from 255 or 50.66% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 232 - color contains mainly: green. Hex color #71E871 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71E871 is #8E178E. Grayscale: #B7B7B7. Windows color (decimal): -9312143 or 7465073. OLE color: 7465073.
HSL color Cylindrical-coordinate representation of color #71E871: hue angle of 120º 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 #71E871 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 232 | 113 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.09 |
| HSL | 120º | 0.72% | 0.68% | - |
| HSV(B) | 120º | 0.51% | 0.91% | - |
| XYZ | 38.65 | 62.42 | 25.63 | - |
| YUV | 182.85 | 88.58 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 232 | 113 | 0.51 | 0 | 0.51 | 0.09 | 120 | 0.72 | 0.68 |
| Hex | 71 | E8 | 71 | 33 | 0 | 33 | 9 | 78 | 48 | 44 |
| Octal | 161 | 350 | 161 | 63 | 0 | 63 | 11 | 170 | 110 | 104 |
| Binary | 1110001 | 11101000 | 1110001 | 110011 | 0 | 110011 | 1001 | 1111000 | 1001000 | 1000100 |
Color Harmonies of #71E871
Complementary color
Monochromatic Colors of #71E871
Black with #71E871
Text Example
Text Example
White with #71E871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E871; }
p { color: rgb(113,232,113); }
H1.HeaderClassName
{
color: #71E871;
}
.AnyTagClassName
{
color: #71E871;
}
</style>
background-color css
<style>
a { background-color: #71E871; }
a { background-color: rgb(113,232,113); }
div.DivClassName
{
background-color: #71E871;
}
.BgClassName
{
background-color: #71E871;
}
</style>
border-color css
<style>
span { border-color: #71E871; }
span { border-color: rgb(113,232,113); }
td.TdClassName
{
border-color: #71E871;
}
.TagClassName
{
border-color: #71E871;
}
</style>