Shades of Pastel Green #71D681
Tints of Pastel Green #71D681
RGB
CMYK
RGB Variations
Color information
#71D681 (or 0x71D681) is known color: Pastel Green. HEX triplet: 71, D6 and 81. RGB value is (113,214,129). Sum of RGB (Red+Green+Blue) = 113+214+129=456 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.78% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #71D681 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D681 is #8E297E. Grayscale: #AEAEAE. Windows color (decimal): -9316735 or 8509041. OLE color: 8509041.
HSL color Cylindrical-coordinate representation of color #71D681: hue angle of 129.5º 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 #71D681 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 214 | 129 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.16 |
| HSL | 129.5º | 0.55% | 0.64% | - |
| HSV(B) | 129.5º | 0.47% | 0.84% | - |
| XYZ | 34.82 | 53.19 | 29.2 | - |
| YUV | 174.11 | 102.54 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 214 | 129 | 0.47 | 0 | 0.40 | 0.16 | 129.5 | 0.55 | 0.64 |
| Hex | 71 | D6 | 81 | 2F | 0 | 28 | 10 | 82 | 37 | 40 |
| Octal | 161 | 326 | 201 | 57 | 0 | 50 | 20 | 202 | 67 | 100 |
| Binary | 1110001 | 11010110 | 10000001 | 101111 | 0 | 101000 | 10000 | 10000010 | 110111 | 1000000 |
Color Harmonies of #71D681
Complementary color
Monochromatic Colors of #71D681
Black with #71D681
Text Example
Text Example
White with #71D681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D681; }
p { color: rgb(113,214,129); }
H1.HeaderClassName
{
color: #71D681;
}
.AnyTagClassName
{
color: #71D681;
}
</style>
background-color css
<style>
a { background-color: #71D681; }
a { background-color: rgb(113,214,129); }
div.DivClassName
{
background-color: #71D681;
}
.BgClassName
{
background-color: #71D681;
}
</style>
border-color css
<style>
span { border-color: #71D681; }
span { border-color: rgb(113,214,129); }
td.TdClassName
{
border-color: #71D681;
}
.TagClassName
{
border-color: #71D681;
}
</style>