Shades of Pastel Green #71EC90
Tints of Pastel Green #71EC90
RGB
CMYK
RGB Variations
Color information
#71EC90 (or 0x71EC90) is known color: Pastel Green. HEX triplet: 71, EC and 90. RGB value is (113,236,144). Sum of RGB (Red+Green+Blue) = 113+236+144=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #71EC90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71EC90 is #8E136F. Grayscale: #BCBCBC. Windows color (decimal): -9311088 or 9497713. OLE color: 9497713.
HSL color Cylindrical-coordinate representation of color #71EC90: hue angle of 135.12º 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 #71EC90 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 236 | 144 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.07 |
| HSL | 135.12º | 0.76% | 0.68% | - |
| HSV(B) | 135.12º | 0.52% | 0.93% | - |
| XYZ | 41.84 | 65.52 | 36.83 | - |
| YUV | 188.74 | 102.75 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 236 | 144 | 0.52 | 0 | 0.39 | 0.07 | 135.12 | 0.76 | 0.68 |
| Hex | 71 | EC | 90 | 34 | 0 | 27 | 7 | 87 | 4C | 44 |
| Octal | 161 | 354 | 220 | 64 | 0 | 47 | 7 | 207 | 114 | 104 |
| Binary | 1110001 | 11101100 | 10010000 | 110100 | 0 | 100111 | 111 | 10000111 | 1001100 | 1000100 |
Color Harmonies of #71EC90
Complementary color
Monochromatic Colors of #71EC90
Black with #71EC90
Text Example
Text Example
White with #71EC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EC90; }
p { color: rgb(113,236,144); }
H1.HeaderClassName
{
color: #71EC90;
}
.AnyTagClassName
{
color: #71EC90;
}
</style>
background-color css
<style>
a { background-color: #71EC90; }
a { background-color: rgb(113,236,144); }
div.DivClassName
{
background-color: #71EC90;
}
.BgClassName
{
background-color: #71EC90;
}
</style>
border-color css
<style>
span { border-color: #71EC90; }
span { border-color: rgb(113,236,144); }
td.TdClassName
{
border-color: #71EC90;
}
.TagClassName
{
border-color: #71EC90;
}
</style>