Shades of Pastel Green #71E05F
Tints of Pastel Green #71E05F
RGB
CMYK
RGB Variations
Color information
#71E05F (or 0x71E05F) is known color: Pastel Green. HEX triplet: 71, E0 and 5F. RGB value is (113,224,95). Sum of RGB (Red+Green+Blue) = 113+224+95=432 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.16% from 432); Green value is 224 (87.89% from 255 or 51.85% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 224 - color contains mainly: green. Hex color #71E05F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71E05F is #8E1FA0. Grayscale: #B0B0B0. Windows color (decimal): -9314209 or 6283377. OLE color: 6283377.
HSL color Cylindrical-coordinate representation of color #71E05F: hue angle of 111.63º 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 #71E05F is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 224 | 95 | - |
| CMYK | 0.50 | 0 | 0.58 | 0.12 |
| HSL | 111.63º | 0.68% | 0.63% | - |
| HSV(B) | 111.63º | 0.58% | 0.88% | - |
| XYZ | 35.53 | 57.65 | 20.08 | - |
| YUV | 176.11 | 82.23 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 224 | 95 | 0.50 | 0 | 0.58 | 0.12 | 111.63 | 0.68 | 0.63 |
| Hex | 71 | E0 | 5F | 32 | 0 | 3A | C | 70 | 44 | 3F |
| Octal | 161 | 340 | 137 | 62 | 0 | 72 | 14 | 160 | 104 | 77 |
| Binary | 1110001 | 11100000 | 1011111 | 110010 | 0 | 111010 | 1100 | 1110000 | 1000100 | 111111 |
Color Harmonies of #71E05F
Complementary color
Monochromatic Colors of #71E05F
Black with #71E05F
Text Example
Text Example
White with #71E05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E05F; }
p { color: rgb(113,224,95); }
H1.HeaderClassName
{
color: #71E05F;
}
.AnyTagClassName
{
color: #71E05F;
}
</style>
background-color css
<style>
a { background-color: #71E05F; }
a { background-color: rgb(113,224,95); }
div.DivClassName
{
background-color: #71E05F;
}
.BgClassName
{
background-color: #71E05F;
}
</style>
border-color css
<style>
span { border-color: #71E05F; }
span { border-color: rgb(113,224,95); }
td.TdClassName
{
border-color: #71E05F;
}
.TagClassName
{
border-color: #71E05F;
}
</style>