Shades of Pastel Green #71E87A
Tints of Pastel Green #71E87A
RGB
CMYK
RGB Variations
Color information
#71E87A (or 0x71E87A) is known color: Pastel Green. HEX triplet: 71, E8 and 7A. RGB value is (113,232,122). Sum of RGB (Red+Green+Blue) = 113+232+122=467 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.20% from 467); Green value is 232 (91.02% from 255 or 49.68% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 232 - color contains mainly: green. Hex color #71E87A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71E87A is #8E1785. Grayscale: #B8B8B8. Windows color (decimal): -9312134 or 8054897. OLE color: 8054897.
HSL color Cylindrical-coordinate representation of color #71E87A: hue angle of 124.54º 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 #71E87A is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 232 | 122 | - |
| CMYK | 0.51 | 0 | 0.47 | 0.09 |
| HSL | 124.54º | 0.72% | 0.68% | - |
| HSV(B) | 124.54º | 0.51% | 0.91% | - |
| XYZ | 39.18 | 62.63 | 28.44 | - |
| YUV | 183.88 | 93.08 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 232 | 122 | 0.51 | 0 | 0.47 | 0.09 | 124.54 | 0.72 | 0.68 |
| Hex | 71 | E8 | 7A | 33 | 0 | 2F | 9 | 7D | 48 | 44 |
| Octal | 161 | 350 | 172 | 63 | 0 | 57 | 11 | 175 | 110 | 104 |
| Binary | 1110001 | 11101000 | 1111010 | 110011 | 0 | 101111 | 1001 | 1111101 | 1001000 | 1000100 |
Color Harmonies of #71E87A
Complementary color
Monochromatic Colors of #71E87A
Black with #71E87A
Text Example
Text Example
White with #71E87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E87A; }
p { color: rgb(113,232,122); }
H1.HeaderClassName
{
color: #71E87A;
}
.AnyTagClassName
{
color: #71E87A;
}
</style>
background-color css
<style>
a { background-color: #71E87A; }
a { background-color: rgb(113,232,122); }
div.DivClassName
{
background-color: #71E87A;
}
.BgClassName
{
background-color: #71E87A;
}
</style>
border-color css
<style>
span { border-color: #71E87A; }
span { border-color: rgb(113,232,122); }
td.TdClassName
{
border-color: #71E87A;
}
.TagClassName
{
border-color: #71E87A;
}
</style>