Shades of Pastel Green #71D56B
Tints of Pastel Green #71D56B
RGB
CMYK
RGB Variations
Color information
#71D56B (or 0x71D56B) is known color: Pastel Green. HEX triplet: 71, D5 and 6B. RGB value is (113,213,107). Sum of RGB (Red+Green+Blue) = 113+213+107=433 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.10% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #71D56B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D56B is #8E2A94. Grayscale: #ABABAB. Windows color (decimal): -9317013 or 7066993. OLE color: 7066993.
HSL color Cylindrical-coordinate representation of color #71D56B: hue angle of 116.6º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71D56B is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 213 | 107 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.16 |
| HSL | 116.6º | 0.56% | 0.63% | - |
| HSV(B) | 116.6º | 0.5% | 0.84% | - |
| XYZ | 33.26 | 52.16 | 22.23 | - |
| YUV | 171.02 | 91.87 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 213 | 107 | 0.47 | 0 | 0.50 | 0.16 | 116.6 | 0.56 | 0.63 |
| Hex | 71 | D5 | 6B | 2F | 0 | 32 | 10 | 75 | 38 | 3F |
| Octal | 161 | 325 | 153 | 57 | 0 | 62 | 20 | 165 | 70 | 77 |
| Binary | 1110001 | 11010101 | 1101011 | 101111 | 0 | 110010 | 10000 | 1110101 | 111000 | 111111 |
Color Harmonies of #71D56B
Complementary color
Monochromatic Colors of #71D56B
Black with #71D56B
Text Example
Text Example
White with #71D56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D56B; }
p { color: rgb(113,213,107); }
H1.HeaderClassName
{
color: #71D56B;
}
.AnyTagClassName
{
color: #71D56B;
}
</style>
background-color css
<style>
a { background-color: #71D56B; }
a { background-color: rgb(113,213,107); }
div.DivClassName
{
background-color: #71D56B;
}
.BgClassName
{
background-color: #71D56B;
}
</style>
border-color css
<style>
span { border-color: #71D56B; }
span { border-color: rgb(113,213,107); }
td.TdClassName
{
border-color: #71D56B;
}
.TagClassName
{
border-color: #71D56B;
}
</style>