Shades of Pastel Green #71C87A
Tints of Pastel Green #71C87A
RGB
CMYK
RGB Variations
Color information
#71C87A (or 0x71C87A) is known color: Pastel Green. HEX triplet: 71, C8 and 7A. RGB value is (113,200,122). Sum of RGB (Red+Green+Blue) = 113+200+122=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 200 - color contains mainly: green. Hex color #71C87A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C87A is #8E3785. Grayscale: #A5A5A5. Windows color (decimal): -9320326 or 8046705. OLE color: 8046705.
HSL color Cylindrical-coordinate representation of color #71C87A: hue angle of 126.21º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71C87A is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 200 | 122 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.22 |
| HSL | 126.21º | 0.44% | 0.61% | - |
| HSV(B) | 126.21º | 0.44% | 0.78% | - |
| XYZ | 30.98 | 46.22 | 25.7 | - |
| YUV | 165.1 | 103.68 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 200 | 122 | 0.44 | 0 | 0.39 | 0.22 | 126.21 | 0.44 | 0.61 |
| Hex | 71 | C8 | 7A | 2C | 0 | 27 | 16 | 7E | 2C | 3D |
| Octal | 161 | 310 | 172 | 54 | 0 | 47 | 26 | 176 | 54 | 75 |
| Binary | 1110001 | 11001000 | 1111010 | 101100 | 0 | 100111 | 10110 | 1111110 | 101100 | 111101 |
Color Harmonies of #71C87A
Complementary color
Monochromatic Colors of #71C87A
Black with #71C87A
Text Example
Text Example
White with #71C87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71C87A; }
p { color: rgb(113,200,122); }
H1.HeaderClassName
{
color: #71C87A;
}
.AnyTagClassName
{
color: #71C87A;
}
</style>
background-color css
<style>
a { background-color: #71C87A; }
a { background-color: rgb(113,200,122); }
div.DivClassName
{
background-color: #71C87A;
}
.BgClassName
{
background-color: #71C87A;
}
</style>
border-color css
<style>
span { border-color: #71C87A; }
span { border-color: rgb(113,200,122); }
td.TdClassName
{
border-color: #71C87A;
}
.TagClassName
{
border-color: #71C87A;
}
</style>