Shades of Pastel Green #71E256
Tints of Pastel Green #71E256
RGB
CMYK
RGB Variations
Color information
#71E256 (or 0x71E256) is known color: Pastel Green. HEX triplet: 71, E2 and 56. RGB value is (113,226,86). Sum of RGB (Red+Green+Blue) = 113+226+86=425 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.59% from 425); Green value is 226 (88.67% from 255 or 53.18% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 226 - color contains mainly: green. Hex color #71E256 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71E256 is #8E1DA9. Grayscale: #B0B0B0. Windows color (decimal): -9313706 or 5694065. OLE color: 5694065.
HSL color Cylindrical-coordinate representation of color #71E256: hue angle of 108.43º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #71E256 is Cyan = 0.5, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 113 | 226 | 86 | - |
| CMYK | 0.5 | 0 | 0.62 | 0.11 |
| HSL | 108.43º | 0.71% | 0.61% | - |
| HSV(B) | 108.43º | 0.62% | 0.89% | - |
| XYZ | 35.69 | 58.58 | 18.23 | - |
| YUV | 176.25 | 77.06 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 226 | 86 | 0.5 | 0 | 0.62 | 0.11 | 108.43 | 0.71 | 0.61 |
| Hex | 71 | E2 | 56 | 32 | 0 | 3E | B | 6C | 47 | 3D |
| Octal | 161 | 342 | 126 | 62 | 0 | 76 | 13 | 154 | 107 | 75 |
| Binary | 1110001 | 11100010 | 1010110 | 110010 | 0 | 111110 | 1011 | 1101100 | 1000111 | 111101 |
Color Harmonies of #71E256
Complementary color
Monochromatic Colors of #71E256
Black with #71E256
Text Example
Text Example
White with #71E256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E256; }
p { color: rgb(113,226,86); }
H1.HeaderClassName
{
color: #71E256;
}
.AnyTagClassName
{
color: #71E256;
}
</style>
background-color css
<style>
a { background-color: #71E256; }
a { background-color: rgb(113,226,86); }
div.DivClassName
{
background-color: #71E256;
}
.BgClassName
{
background-color: #71E256;
}
</style>
border-color css
<style>
span { border-color: #71E256; }
span { border-color: rgb(113,226,86); }
td.TdClassName
{
border-color: #71E256;
}
.TagClassName
{
border-color: #71E256;
}
</style>