Shades of Pastel Green #71DC73
Tints of Pastel Green #71DC73
RGB
CMYK
RGB Variations
Color information
#71DC73 (or 0x71DC73) is known color: Pastel Green. HEX triplet: 71, DC and 73. RGB value is (113,220,115). Sum of RGB (Red+Green+Blue) = 113+220+115=448 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.22% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DC73 is #8E238C. Grayscale: #B0B0B0. Windows color (decimal): -9315213 or 7593073. OLE color: 7593073.
HSL color Cylindrical-coordinate representation of color #71DC73: hue angle of 121.12º 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 #71DC73 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 220 | 115 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.14 |
| HSL | 121.12º | 0.6% | 0.65% | - |
| HSV(B) | 121.12º | 0.49% | 0.86% | - |
| XYZ | 35.5 | 55.93 | 25.15 | - |
| YUV | 176.04 | 93.55 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 115 | 0.49 | 0 | 0.48 | 0.14 | 121.12 | 0.6 | 0.65 |
| Hex | 71 | DC | 73 | 31 | 0 | 30 | E | 79 | 3C | 41 |
| Octal | 161 | 334 | 163 | 61 | 0 | 60 | 16 | 171 | 74 | 101 |
| Binary | 1110001 | 11011100 | 1110011 | 110001 | 0 | 110000 | 1110 | 1111001 | 111100 | 1000001 |
Color Harmonies of #71DC73
Complementary color
Monochromatic Colors of #71DC73
Black with #71DC73
Text Example
Text Example
White with #71DC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DC73; }
p { color: rgb(113,220,115); }
H1.HeaderClassName
{
color: #71DC73;
}
.AnyTagClassName
{
color: #71DC73;
}
</style>
background-color css
<style>
a { background-color: #71DC73; }
a { background-color: rgb(113,220,115); }
div.DivClassName
{
background-color: #71DC73;
}
.BgClassName
{
background-color: #71DC73;
}
</style>
border-color css
<style>
span { border-color: #71DC73; }
span { border-color: rgb(113,220,115); }
td.TdClassName
{
border-color: #71DC73;
}
.TagClassName
{
border-color: #71DC73;
}
</style>