Shades of Pastel Green #71D47A
Tints of Pastel Green #71D47A
RGB
CMYK
RGB Variations
Color information
#71D47A (or 0x71D47A) is known color: Pastel Green. HEX triplet: 71, D4 and 7A. RGB value is (113,212,122). Sum of RGB (Red+Green+Blue) = 113+212+122=447 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.28% from 447); Green value is 212 (83.20% from 255 or 47.43% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 212 - color contains mainly: green. Hex color #71D47A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D47A is #8E2B85. Grayscale: #ACACAC. Windows color (decimal): -9317254 or 8049777. OLE color: 8049777.
HSL color Cylindrical-coordinate representation of color #71D47A: hue angle of 125.45º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71D47A is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 212 | 122 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.17 |
| HSL | 125.45º | 0.54% | 0.64% | - |
| HSV(B) | 125.45º | 0.47% | 0.83% | - |
| XYZ | 33.87 | 52 | 26.66 | - |
| YUV | 172.14 | 99.7 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 212 | 122 | 0.47 | 0 | 0.42 | 0.17 | 125.45 | 0.54 | 0.64 |
| Hex | 71 | D4 | 7A | 2F | 0 | 2A | 11 | 7D | 36 | 40 |
| Octal | 161 | 324 | 172 | 57 | 0 | 52 | 21 | 175 | 66 | 100 |
| Binary | 1110001 | 11010100 | 1111010 | 101111 | 0 | 101010 | 10001 | 1111101 | 110110 | 1000000 |
Color Harmonies of #71D47A
Complementary color
Monochromatic Colors of #71D47A
Black with #71D47A
Text Example
Text Example
White with #71D47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D47A; }
p { color: rgb(113,212,122); }
H1.HeaderClassName
{
color: #71D47A;
}
.AnyTagClassName
{
color: #71D47A;
}
</style>
background-color css
<style>
a { background-color: #71D47A; }
a { background-color: rgb(113,212,122); }
div.DivClassName
{
background-color: #71D47A;
}
.BgClassName
{
background-color: #71D47A;
}
</style>
border-color css
<style>
span { border-color: #71D47A; }
span { border-color: rgb(113,212,122); }
td.TdClassName
{
border-color: #71D47A;
}
.TagClassName
{
border-color: #71D47A;
}
</style>