Shades of Pastel Green #71D27D
Tints of Pastel Green #71D27D
RGB
CMYK
RGB Variations
Color information
#71D27D (or 0x71D27D) is known color: Pastel Green. HEX triplet: 71, D2 and 7D. RGB value is (113,210,125). Sum of RGB (Red+Green+Blue) = 113+210+125=448 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.22% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 210 - color contains mainly: green. Hex color #71D27D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D27D is #8E2D82. Grayscale: #ABABAB. Windows color (decimal): -9317763 or 8245873. OLE color: 8245873.
HSL color Cylindrical-coordinate representation of color #71D27D: hue angle of 127.42º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71D27D is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 210 | 125 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.18 |
| HSL | 127.42º | 0.52% | 0.63% | - |
| HSV(B) | 127.42º | 0.46% | 0.82% | - |
| XYZ | 33.56 | 51.08 | 27.49 | - |
| YUV | 171.31 | 101.86 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 210 | 125 | 0.46 | 0 | 0.40 | 0.18 | 127.42 | 0.52 | 0.63 |
| Hex | 71 | D2 | 7D | 2E | 0 | 28 | 12 | 7F | 34 | 3F |
| Octal | 161 | 322 | 175 | 56 | 0 | 50 | 22 | 177 | 64 | 77 |
| Binary | 1110001 | 11010010 | 1111101 | 101110 | 0 | 101000 | 10010 | 1111111 | 110100 | 111111 |
Color Harmonies of #71D27D
Complementary color
Monochromatic Colors of #71D27D
Black with #71D27D
Text Example
Text Example
White with #71D27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D27D; }
p { color: rgb(113,210,125); }
H1.HeaderClassName
{
color: #71D27D;
}
.AnyTagClassName
{
color: #71D27D;
}
</style>
background-color css
<style>
a { background-color: #71D27D; }
a { background-color: rgb(113,210,125); }
div.DivClassName
{
background-color: #71D27D;
}
.BgClassName
{
background-color: #71D27D;
}
</style>
border-color css
<style>
span { border-color: #71D27D; }
span { border-color: rgb(113,210,125); }
td.TdClassName
{
border-color: #71D27D;
}
.TagClassName
{
border-color: #71D27D;
}
</style>