Shades of Pastel Green #71ED8F
Tints of Pastel Green #71ED8F
RGB
CMYK
RGB Variations
Color information
#71ED8F (or 0x71ED8F) is known color: Pastel Green. HEX triplet: 71, ED and 8F. RGB value is (113,237,143). Sum of RGB (Red+Green+Blue) = 113+237+143=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 237 - color contains mainly: green. Hex color #71ED8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #71ED8F is #8E1270. Grayscale: #BDBDBD. Windows color (decimal): -9310833 or 9432433. OLE color: 9432433.
HSL color Cylindrical-coordinate representation of color #71ED8F: hue angle of 134.52º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71ED8F is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 237 | 143 | - |
| CMYK | 0.52 | 0 | 0.40 | 0.07 |
| HSL | 134.52º | 0.78% | 0.69% | - |
| HSV(B) | 134.52º | 0.52% | 0.93% | - |
| XYZ | 42.05 | 66.06 | 36.52 | - |
| YUV | 189.21 | 101.92 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 237 | 143 | 0.52 | 0 | 0.40 | 0.07 | 134.52 | 0.78 | 0.69 |
| Hex | 71 | ED | 8F | 34 | 0 | 28 | 7 | 87 | 4E | 45 |
| Octal | 161 | 355 | 217 | 64 | 0 | 50 | 7 | 207 | 116 | 105 |
| Binary | 1110001 | 11101101 | 10001111 | 110100 | 0 | 101000 | 111 | 10000111 | 1001110 | 1000101 |
Color Harmonies of #71ED8F
Complementary color
Monochromatic Colors of #71ED8F
Black with #71ED8F
Text Example
Text Example
White with #71ED8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ED8F; }
p { color: rgb(113,237,143); }
H1.HeaderClassName
{
color: #71ED8F;
}
.AnyTagClassName
{
color: #71ED8F;
}
</style>
background-color css
<style>
a { background-color: #71ED8F; }
a { background-color: rgb(113,237,143); }
div.DivClassName
{
background-color: #71ED8F;
}
.BgClassName
{
background-color: #71ED8F;
}
</style>
border-color css
<style>
span { border-color: #71ED8F; }
span { border-color: rgb(113,237,143); }
td.TdClassName
{
border-color: #71ED8F;
}
.TagClassName
{
border-color: #71ED8F;
}
</style>