Shades of Pastel Green #71EF7E
Tints of Pastel Green #71EF7E
RGB
CMYK
RGB Variations
Color information
#71EF7E (or 0x71EF7E) is known color: Pastel Green. HEX triplet: 71, EF and 7E. RGB value is (113,239,126). Sum of RGB (Red+Green+Blue) = 113+239+126=478 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.64% from 478); Green value is 239 (93.75% from 255 or 50% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 239 - color contains mainly: green. Hex color #71EF7E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #71EF7E is #8E1081. Grayscale: #BCBCBC. Windows color (decimal): -9310338 or 8318833. OLE color: 8318833.
HSL color Cylindrical-coordinate representation of color #71EF7E: hue angle of 126.19º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71EF7E is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 239 | 126 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.06 |
| HSL | 126.19º | 0.8% | 0.69% | - |
| HSV(B) | 126.19º | 0.53% | 0.94% | - |
| XYZ | 41.44 | 66.75 | 30.44 | - |
| YUV | 188.44 | 92.76 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 239 | 126 | 0.53 | 0 | 0.47 | 0.06 | 126.19 | 0.8 | 0.69 |
| Hex | 71 | EF | 7E | 35 | 0 | 2F | 6 | 7E | 50 | 45 |
| Octal | 161 | 357 | 176 | 65 | 0 | 57 | 6 | 176 | 120 | 105 |
| Binary | 1110001 | 11101111 | 1111110 | 110101 | 0 | 101111 | 110 | 1111110 | 1010000 | 1000101 |
Color Harmonies of #71EF7E
Complementary color
Monochromatic Colors of #71EF7E
Black with #71EF7E
Text Example
Text Example
White with #71EF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EF7E; }
p { color: rgb(113,239,126); }
H1.HeaderClassName
{
color: #71EF7E;
}
.AnyTagClassName
{
color: #71EF7E;
}
</style>
background-color css
<style>
a { background-color: #71EF7E; }
a { background-color: rgb(113,239,126); }
div.DivClassName
{
background-color: #71EF7E;
}
.BgClassName
{
background-color: #71EF7E;
}
</style>
border-color css
<style>
span { border-color: #71EF7E; }
span { border-color: rgb(113,239,126); }
td.TdClassName
{
border-color: #71EF7E;
}
.TagClassName
{
border-color: #71EF7E;
}
</style>