Shades of Pastel Green #71D16D
Tints of Pastel Green #71D16D
RGB
CMYK
RGB Variations
Color information
#71D16D (or 0x71D16D) is known color: Pastel Green. HEX triplet: 71, D1 and 6D. RGB value is (113,209,109). Sum of RGB (Red+Green+Blue) = 113+209+109=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 209 (82.03% from 255 or 48.49% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 209 - color contains mainly: green. Hex color #71D16D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D16D is #8E2E92. Grayscale: #A9A9A9. Windows color (decimal): -9318035 or 7197041. OLE color: 7197041.
HSL color Cylindrical-coordinate representation of color #71D16D: hue angle of 117.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71D16D is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 209 | 109 | - |
| CMYK | 0.46 | 0 | 0.48 | 0.18 |
| HSL | 117.6º | 0.52% | 0.62% | - |
| HSV(B) | 117.6º | 0.48% | 0.82% | - |
| XYZ | 32.37 | 50.22 | 22.45 | - |
| YUV | 168.9 | 94.2 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 209 | 109 | 0.46 | 0 | 0.48 | 0.18 | 117.6 | 0.52 | 0.62 |
| Hex | 71 | D1 | 6D | 2E | 0 | 30 | 12 | 76 | 34 | 3E |
| Octal | 161 | 321 | 155 | 56 | 0 | 60 | 22 | 166 | 64 | 76 |
| Binary | 1110001 | 11010001 | 1101101 | 101110 | 0 | 110000 | 10010 | 1110110 | 110100 | 111110 |
Color Harmonies of #71D16D
Complementary color
Monochromatic Colors of #71D16D
Black with #71D16D
Text Example
Text Example
White with #71D16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D16D; }
p { color: rgb(113,209,109); }
H1.HeaderClassName
{
color: #71D16D;
}
.AnyTagClassName
{
color: #71D16D;
}
</style>
background-color css
<style>
a { background-color: #71D16D; }
a { background-color: rgb(113,209,109); }
div.DivClassName
{
background-color: #71D16D;
}
.BgClassName
{
background-color: #71D16D;
}
</style>
border-color css
<style>
span { border-color: #71D16D; }
span { border-color: rgb(113,209,109); }
td.TdClassName
{
border-color: #71D16D;
}
.TagClassName
{
border-color: #71D16D;
}
</style>