Shades of Pastel Green #71DC84
Tints of Pastel Green #71DC84
RGB
CMYK
RGB Variations
Color information
#71DC84 (or 0x71DC84) is known color: Pastel Green. HEX triplet: 71, DC and 84. RGB value is (113,220,132). Sum of RGB (Red+Green+Blue) = 113+220+132=465 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.30% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71DC84 is #8E237B. Grayscale: #B2B2B2. Windows color (decimal): -9315196 or 8707185. OLE color: 8707185.
HSL color Cylindrical-coordinate representation of color #71DC84: hue angle of 130.65º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DC84 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 220 | 132 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.14 |
| HSL | 130.65º | 0.6% | 0.65% | - |
| HSV(B) | 130.65º | 0.49% | 0.86% | - |
| XYZ | 36.57 | 56.36 | 30.78 | - |
| YUV | 177.98 | 102.05 | 81.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 132 | 0.49 | 0 | 0.40 | 0.14 | 130.65 | 0.6 | 0.65 |
| Hex | 71 | DC | 84 | 31 | 0 | 28 | E | 83 | 3C | 41 |
| Octal | 161 | 334 | 204 | 61 | 0 | 50 | 16 | 203 | 74 | 101 |
| Binary | 1110001 | 11011100 | 10000100 | 110001 | 0 | 101000 | 1110 | 10000011 | 111100 | 1000001 |
Color Harmonies of #71DC84
Complementary color
Monochromatic Colors of #71DC84
Black with #71DC84
Text Example
Text Example
White with #71DC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DC84; }
p { color: rgb(113,220,132); }
H1.HeaderClassName
{
color: #71DC84;
}
.AnyTagClassName
{
color: #71DC84;
}
</style>
background-color css
<style>
a { background-color: #71DC84; }
a { background-color: rgb(113,220,132); }
div.DivClassName
{
background-color: #71DC84;
}
.BgClassName
{
background-color: #71DC84;
}
</style>
border-color css
<style>
span { border-color: #71DC84; }
span { border-color: rgb(113,220,132); }
td.TdClassName
{
border-color: #71DC84;
}
.TagClassName
{
border-color: #71DC84;
}
</style>