Shades of Pastel Green #71D672
Tints of Pastel Green #71D672
RGB
CMYK
RGB Variations
Color information
#71D672 (or 0x71D672) is known color: Pastel Green. HEX triplet: 71, D6 and 72. RGB value is (113,214,114). Sum of RGB (Red+Green+Blue) = 113+214+114=441 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.62% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #71D672 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D672 is #8E298D. Grayscale: #ACACAC. Windows color (decimal): -9316750 or 7526001. OLE color: 7526001.
HSL color Cylindrical-coordinate representation of color #71D672: hue angle of 120.59º degrees, saturation: 0.55, 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 #71D672 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 214 | 114 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.16 |
| HSL | 120.59º | 0.55% | 0.64% | - |
| HSV(B) | 120.59º | 0.47% | 0.84% | - |
| XYZ | 33.89 | 52.82 | 24.33 | - |
| YUV | 172.4 | 95.04 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 214 | 114 | 0.47 | 0 | 0.47 | 0.16 | 120.59 | 0.55 | 0.64 |
| Hex | 71 | D6 | 72 | 2F | 0 | 2F | 10 | 79 | 37 | 40 |
| Octal | 161 | 326 | 162 | 57 | 0 | 57 | 20 | 171 | 67 | 100 |
| Binary | 1110001 | 11010110 | 1110010 | 101111 | 0 | 101111 | 10000 | 1111001 | 110111 | 1000000 |
Color Harmonies of #71D672
Complementary color
Monochromatic Colors of #71D672
Black with #71D672
Text Example
Text Example
White with #71D672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D672; }
p { color: rgb(113,214,114); }
H1.HeaderClassName
{
color: #71D672;
}
.AnyTagClassName
{
color: #71D672;
}
</style>
background-color css
<style>
a { background-color: #71D672; }
a { background-color: rgb(113,214,114); }
div.DivClassName
{
background-color: #71D672;
}
.BgClassName
{
background-color: #71D672;
}
</style>
border-color css
<style>
span { border-color: #71D672; }
span { border-color: rgb(113,214,114); }
td.TdClassName
{
border-color: #71D672;
}
.TagClassName
{
border-color: #71D672;
}
</style>