Shades of Pastel Green #71E261
Tints of Pastel Green #71E261
RGB
CMYK
RGB Variations
Color information
#71E261 (or 0x71E261) is known color: Pastel Green. HEX triplet: 71, E2 and 61. RGB value is (113,226,97). Sum of RGB (Red+Green+Blue) = 113+226+97=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 226 (88.67% from 255 or 51.83% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 226 - color contains mainly: green. Hex color #71E261 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71E261 is #8E1D9E. Grayscale: #B1B1B1. Windows color (decimal): -9313695 or 6414961. OLE color: 6414961.
HSL color Cylindrical-coordinate representation of color #71E261: hue angle of 112.56º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71E261 is Cyan = 0.5, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 113 | 226 | 97 | - |
| CMYK | 0.5 | 0 | 0.57 | 0.11 |
| HSL | 112.56º | 0.69% | 0.63% | - |
| HSV(B) | 112.56º | 0.57% | 0.89% | - |
| XYZ | 36.16 | 58.77 | 20.75 | - |
| YUV | 177.51 | 82.56 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 226 | 97 | 0.5 | 0 | 0.57 | 0.11 | 112.56 | 0.69 | 0.63 |
| Hex | 71 | E2 | 61 | 32 | 0 | 39 | B | 71 | 45 | 3F |
| Octal | 161 | 342 | 141 | 62 | 0 | 71 | 13 | 161 | 105 | 77 |
| Binary | 1110001 | 11100010 | 1100001 | 110010 | 0 | 111001 | 1011 | 1110001 | 1000101 | 111111 |
Color Harmonies of #71E261
Complementary color
Monochromatic Colors of #71E261
Black with #71E261
Text Example
Text Example
White with #71E261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E261; }
p { color: rgb(113,226,97); }
H1.HeaderClassName
{
color: #71E261;
}
.AnyTagClassName
{
color: #71E261;
}
</style>
background-color css
<style>
a { background-color: #71E261; }
a { background-color: rgb(113,226,97); }
div.DivClassName
{
background-color: #71E261;
}
.BgClassName
{
background-color: #71E261;
}
</style>
border-color css
<style>
span { border-color: #71E261; }
span { border-color: rgb(113,226,97); }
td.TdClassName
{
border-color: #71E261;
}
.TagClassName
{
border-color: #71E261;
}
</style>