Shades of Pastel Green #71EE80
Tints of Pastel Green #71EE80
RGB
CMYK
RGB Variations
Color information
#71EE80 (or 0x71EE80) is known color: Pastel Green. HEX triplet: 71, EE and 80. RGB value is (113,238,128). Sum of RGB (Red+Green+Blue) = 113+238+128=479 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.59% from 479); Green value is 238 (93.36% from 255 or 49.69% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 238 - color contains mainly: green. Hex color #71EE80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71EE80 is #8E117F. Grayscale: #BCBCBC. Windows color (decimal): -9310592 or 8449649. OLE color: 8449649.
HSL color Cylindrical-coordinate representation of color #71EE80: hue angle of 127.2º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71EE80 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 238 | 128 | - |
| CMYK | 0.53 | 0 | 0.46 | 0.07 |
| HSL | 127.2º | 0.79% | 0.69% | - |
| HSV(B) | 127.2º | 0.53% | 0.93% | - |
| XYZ | 41.28 | 66.22 | 31.03 | - |
| YUV | 188.09 | 94.09 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 238 | 128 | 0.53 | 0 | 0.46 | 0.07 | 127.2 | 0.79 | 0.69 |
| Hex | 71 | EE | 80 | 35 | 0 | 2E | 7 | 7F | 4F | 45 |
| Octal | 161 | 356 | 200 | 65 | 0 | 56 | 7 | 177 | 117 | 105 |
| Binary | 1110001 | 11101110 | 10000000 | 110101 | 0 | 101110 | 111 | 1111111 | 1001111 | 1000101 |
Color Harmonies of #71EE80
Complementary color
Monochromatic Colors of #71EE80
Black with #71EE80
Text Example
Text Example
White with #71EE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EE80; }
p { color: rgb(113,238,128); }
H1.HeaderClassName
{
color: #71EE80;
}
.AnyTagClassName
{
color: #71EE80;
}
</style>
background-color css
<style>
a { background-color: #71EE80; }
a { background-color: rgb(113,238,128); }
div.DivClassName
{
background-color: #71EE80;
}
.BgClassName
{
background-color: #71EE80;
}
</style>
border-color css
<style>
span { border-color: #71EE80; }
span { border-color: rgb(113,238,128); }
td.TdClassName
{
border-color: #71EE80;
}
.TagClassName
{
border-color: #71EE80;
}
</style>