Shades of Pastel Green #71D782
Tints of Pastel Green #71D782
RGB
CMYK
RGB Variations
Color information
#71D782 (or 0x71D782) is known color: Pastel Green. HEX triplet: 71, D7 and 82. RGB value is (113,215,130). Sum of RGB (Red+Green+Blue) = 113+215+130=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 215 - color contains mainly: green. Hex color #71D782 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71D782 is #8E287D. Grayscale: #AFAFAF. Windows color (decimal): -9316478 or 8574833. OLE color: 8574833.
HSL color Cylindrical-coordinate representation of color #71D782: hue angle of 130º degrees, saturation: 0.56, 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 #71D782 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 215 | 130 | - |
| CMYK | 0.47 | 0 | 0.40 | 0.16 |
| HSL | 130º | 0.56% | 0.64% | - |
| HSV(B) | 130º | 0.47% | 0.84% | - |
| XYZ | 35.14 | 53.72 | 29.64 | - |
| YUV | 174.81 | 102.71 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 215 | 130 | 0.47 | 0 | 0.40 | 0.16 | 130 | 0.56 | 0.64 |
| Hex | 71 | D7 | 82 | 2F | 0 | 28 | 10 | 82 | 38 | 40 |
| Octal | 161 | 327 | 202 | 57 | 0 | 50 | 20 | 202 | 70 | 100 |
| Binary | 1110001 | 11010111 | 10000010 | 101111 | 0 | 101000 | 10000 | 10000010 | 111000 | 1000000 |
Color Harmonies of #71D782
Complementary color
Monochromatic Colors of #71D782
Black with #71D782
Text Example
Text Example
White with #71D782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D782; }
p { color: rgb(113,215,130); }
H1.HeaderClassName
{
color: #71D782;
}
.AnyTagClassName
{
color: #71D782;
}
</style>
background-color css
<style>
a { background-color: #71D782; }
a { background-color: rgb(113,215,130); }
div.DivClassName
{
background-color: #71D782;
}
.BgClassName
{
background-color: #71D782;
}
</style>
border-color css
<style>
span { border-color: #71D782; }
span { border-color: rgb(113,215,130); }
td.TdClassName
{
border-color: #71D782;
}
.TagClassName
{
border-color: #71D782;
}
</style>