Shades of Pastel Green #71D781
Tints of Pastel Green #71D781
RGB
CMYK
RGB Variations
Color information
#71D781 (or 0x71D781) is known color: Pastel Green. HEX triplet: 71, D7 and 81. RGB value is (113,215,129). Sum of RGB (Red+Green+Blue) = 113+215+129=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 215 - color contains mainly: green. Hex color #71D781 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D781 is #8E287E. Grayscale: #AEAEAE. Windows color (decimal): -9316479 or 8509297. OLE color: 8509297.
HSL color Cylindrical-coordinate representation of color #71D781: hue angle of 129.41º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71D781 is Cyan = 0.47, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 215 | 129 | - |
| CMYK | 0.47 | 0 | 0.4 | 0.16 |
| HSL | 129.41º | 0.56% | 0.64% | - |
| HSV(B) | 129.41º | 0.47% | 0.84% | - |
| XYZ | 35.07 | 53.7 | 29.28 | - |
| YUV | 174.7 | 102.21 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 215 | 129 | 0.47 | 0 | 0.4 | 0.16 | 129.41 | 0.56 | 0.64 |
| Hex | 71 | D7 | 81 | 2F | 0 | 28 | 10 | 81 | 38 | 40 |
| Octal | 161 | 327 | 201 | 57 | 0 | 50 | 20 | 201 | 70 | 100 |
| Binary | 1110001 | 11010111 | 10000001 | 101111 | 0 | 101000 | 10000 | 10000001 | 111000 | 1000000 |
Color Harmonies of #71D781
Complementary color
Monochromatic Colors of #71D781
Black with #71D781
Text Example
Text Example
White with #71D781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D781; }
p { color: rgb(113,215,129); }
H1.HeaderClassName
{
color: #71D781;
}
.AnyTagClassName
{
color: #71D781;
}
</style>
background-color css
<style>
a { background-color: #71D781; }
a { background-color: rgb(113,215,129); }
div.DivClassName
{
background-color: #71D781;
}
.BgClassName
{
background-color: #71D781;
}
</style>
border-color css
<style>
span { border-color: #71D781; }
span { border-color: rgb(113,215,129); }
td.TdClassName
{
border-color: #71D781;
}
.TagClassName
{
border-color: #71D781;
}
</style>