Shades of Pastel Green #71E15F
Tints of Pastel Green #71E15F
RGB
CMYK
RGB Variations
Color information
#71E15F (or 0x71E15F) is known color: Pastel Green. HEX triplet: 71, E1 and 5F. RGB value is (113,225,95). Sum of RGB (Red+Green+Blue) = 113+225+95=433 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.10% from 433); Green value is 225 (88.28% from 255 or 51.96% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 225 - color contains mainly: green. Hex color #71E15F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71E15F is #8E1EA0. Grayscale: #B1B1B1. Windows color (decimal): -9313953 or 6283633. OLE color: 6283633.
HSL color Cylindrical-coordinate representation of color #71E15F: hue angle of 111.69º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71E15F is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 225 | 95 | - |
| CMYK | 0.50 | 0 | 0.58 | 0.12 |
| HSL | 111.69º | 0.68% | 0.63% | - |
| HSV(B) | 111.69º | 0.58% | 0.88% | - |
| XYZ | 35.8 | 58.19 | 20.17 | - |
| YUV | 176.69 | 81.89 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 225 | 95 | 0.50 | 0 | 0.58 | 0.12 | 111.69 | 0.68 | 0.63 |
| Hex | 71 | E1 | 5F | 32 | 0 | 3A | C | 70 | 44 | 3F |
| Octal | 161 | 341 | 137 | 62 | 0 | 72 | 14 | 160 | 104 | 77 |
| Binary | 1110001 | 11100001 | 1011111 | 110010 | 0 | 111010 | 1100 | 1110000 | 1000100 | 111111 |
Color Harmonies of #71E15F
Complementary color
Monochromatic Colors of #71E15F
Black with #71E15F
Text Example
Text Example
White with #71E15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E15F; }
p { color: rgb(113,225,95); }
H1.HeaderClassName
{
color: #71E15F;
}
.AnyTagClassName
{
color: #71E15F;
}
</style>
background-color css
<style>
a { background-color: #71E15F; }
a { background-color: rgb(113,225,95); }
div.DivClassName
{
background-color: #71E15F;
}
.BgClassName
{
background-color: #71E15F;
}
</style>
border-color css
<style>
span { border-color: #71E15F; }
span { border-color: rgb(113,225,95); }
td.TdClassName
{
border-color: #71E15F;
}
.TagClassName
{
border-color: #71E15F;
}
</style>