Shades of Pastel Green #71D67C
Tints of Pastel Green #71D67C
RGB
CMYK
RGB Variations
Color information
#71D67C (or 0x71D67C) is known color: Pastel Green. HEX triplet: 71, D6 and 7C. RGB value is (113,214,124). Sum of RGB (Red+Green+Blue) = 113+214+124=451 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.06% from 451); Green value is 214 (83.98% from 255 or 47.45% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 214 - color contains mainly: green. Hex color #71D67C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D67C is #8E2983. Grayscale: #ADADAD. Windows color (decimal): -9316740 or 8181361. OLE color: 8181361.
HSL color Cylindrical-coordinate representation of color #71D67C: hue angle of 126.53º 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 #71D67C is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 214 | 124 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.16 |
| HSL | 126.53º | 0.55% | 0.64% | - |
| HSV(B) | 126.53º | 0.47% | 0.84% | - |
| XYZ | 34.49 | 53.06 | 27.49 | - |
| YUV | 173.54 | 100.04 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 214 | 124 | 0.47 | 0 | 0.42 | 0.16 | 126.53 | 0.55 | 0.64 |
| Hex | 71 | D6 | 7C | 2F | 0 | 2A | 10 | 7F | 37 | 40 |
| Octal | 161 | 326 | 174 | 57 | 0 | 52 | 20 | 177 | 67 | 100 |
| Binary | 1110001 | 11010110 | 1111100 | 101111 | 0 | 101010 | 10000 | 1111111 | 110111 | 1000000 |
Color Harmonies of #71D67C
Complementary color
Monochromatic Colors of #71D67C
Black with #71D67C
Text Example
Text Example
White with #71D67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D67C; }
p { color: rgb(113,214,124); }
H1.HeaderClassName
{
color: #71D67C;
}
.AnyTagClassName
{
color: #71D67C;
}
</style>
background-color css
<style>
a { background-color: #71D67C; }
a { background-color: rgb(113,214,124); }
div.DivClassName
{
background-color: #71D67C;
}
.BgClassName
{
background-color: #71D67C;
}
</style>
border-color css
<style>
span { border-color: #71D67C; }
span { border-color: rgb(113,214,124); }
td.TdClassName
{
border-color: #71D67C;
}
.TagClassName
{
border-color: #71D67C;
}
</style>