Shades of Pastel Green #71D85D
Tints of Pastel Green #71D85D
RGB
CMYK
RGB Variations
Color information
#71D85D (or 0x71D85D) is known color: Pastel Green. HEX triplet: 71, D8 and 5D. RGB value is (113,216,93). Sum of RGB (Red+Green+Blue) = 113+216+93=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 216 (84.77% from 255 or 51.18% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 216 - color contains mainly: green. Hex color #71D85D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D85D is #8E27A2. Grayscale: #ABABAB. Windows color (decimal): -9316259 or 6150257. OLE color: 6150257.
HSL color Cylindrical-coordinate representation of color #71D85D: hue angle of 110.24º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71D85D is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 216 | 93 | - |
| CMYK | 0.48 | 0 | 0.57 | 0.15 |
| HSL | 110.24º | 0.61% | 0.61% | - |
| HSV(B) | 110.24º | 0.57% | 0.85% | - |
| XYZ | 33.34 | 53.41 | 18.91 | - |
| YUV | 171.18 | 83.88 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 216 | 93 | 0.48 | 0 | 0.57 | 0.15 | 110.24 | 0.61 | 0.61 |
| Hex | 71 | D8 | 5D | 30 | 0 | 39 | F | 6E | 3D | 3D |
| Octal | 161 | 330 | 135 | 60 | 0 | 71 | 17 | 156 | 75 | 75 |
| Binary | 1110001 | 11011000 | 1011101 | 110000 | 0 | 111001 | 1111 | 1101110 | 111101 | 111101 |
Color Harmonies of #71D85D
Complementary color
Monochromatic Colors of #71D85D
Black with #71D85D
Text Example
Text Example
White with #71D85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D85D; }
p { color: rgb(113,216,93); }
H1.HeaderClassName
{
color: #71D85D;
}
.AnyTagClassName
{
color: #71D85D;
}
</style>
background-color css
<style>
a { background-color: #71D85D; }
a { background-color: rgb(113,216,93); }
div.DivClassName
{
background-color: #71D85D;
}
.BgClassName
{
background-color: #71D85D;
}
</style>
border-color css
<style>
span { border-color: #71D85D; }
span { border-color: rgb(113,216,93); }
td.TdClassName
{
border-color: #71D85D;
}
.TagClassName
{
border-color: #71D85D;
}
</style>