Shades of Pastel Green #71EC85
Tints of Pastel Green #71EC85
RGB
CMYK
RGB Variations
Color information
#71EC85 (or 0x71EC85) is known color: Pastel Green. HEX triplet: 71, EC and 85. RGB value is (113,236,133). Sum of RGB (Red+Green+Blue) = 113+236+133=482 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.44% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #71EC85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71EC85 is #8E137A. Grayscale: #BBBBBB. Windows color (decimal): -9311099 or 8776817. OLE color: 8776817.
HSL color Cylindrical-coordinate representation of color #71EC85: hue angle of 129.76º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71EC85 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 236 | 133 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.07 |
| HSL | 129.76º | 0.76% | 0.68% | - |
| HSV(B) | 129.76º | 0.52% | 0.93% | - |
| XYZ | 41.04 | 65.2 | 32.61 | - |
| YUV | 187.48 | 97.25 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 236 | 133 | 0.52 | 0 | 0.44 | 0.07 | 129.76 | 0.76 | 0.68 |
| Hex | 71 | EC | 85 | 34 | 0 | 2C | 7 | 82 | 4C | 44 |
| Octal | 161 | 354 | 205 | 64 | 0 | 54 | 7 | 202 | 114 | 104 |
| Binary | 1110001 | 11101100 | 10000101 | 110100 | 0 | 101100 | 111 | 10000010 | 1001100 | 1000100 |
Color Harmonies of #71EC85
Complementary color
Monochromatic Colors of #71EC85
Black with #71EC85
Text Example
Text Example
White with #71EC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EC85; }
p { color: rgb(113,236,133); }
H1.HeaderClassName
{
color: #71EC85;
}
.AnyTagClassName
{
color: #71EC85;
}
</style>
background-color css
<style>
a { background-color: #71EC85; }
a { background-color: rgb(113,236,133); }
div.DivClassName
{
background-color: #71EC85;
}
.BgClassName
{
background-color: #71EC85;
}
</style>
border-color css
<style>
span { border-color: #71EC85; }
span { border-color: rgb(113,236,133); }
td.TdClassName
{
border-color: #71EC85;
}
.TagClassName
{
border-color: #71EC85;
}
</style>