Shades of Pastel Green #71DC6E
Tints of Pastel Green #71DC6E
RGB
CMYK
RGB Variations
Color information
#71DC6E (or 0x71DC6E) is known color: Pastel Green. HEX triplet: 71, DC and 6E. RGB value is (113,220,110). Sum of RGB (Red+Green+Blue) = 113+220+110=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DC6E is #8E2391. Grayscale: #AFAFAF. Windows color (decimal): -9315218 or 7265393. OLE color: 7265393.
HSL color Cylindrical-coordinate representation of color #71DC6E: hue angle of 118.36º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71DC6E is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 220 | 110 | - |
| CMYK | 0.49 | 0 | 0.50 | 0.14 |
| HSL | 118.36º | 0.61% | 0.65% | - |
| HSV(B) | 118.36º | 0.5% | 0.86% | - |
| XYZ | 35.22 | 55.82 | 23.67 | - |
| YUV | 175.47 | 91.05 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 110 | 0.49 | 0 | 0.50 | 0.14 | 118.36 | 0.61 | 0.65 |
| Hex | 71 | DC | 6E | 31 | 0 | 32 | E | 76 | 3D | 41 |
| Octal | 161 | 334 | 156 | 61 | 0 | 62 | 16 | 166 | 75 | 101 |
| Binary | 1110001 | 11011100 | 1101110 | 110001 | 0 | 110010 | 1110 | 1110110 | 111101 | 1000001 |
Color Harmonies of #71DC6E
Complementary color
Monochromatic Colors of #71DC6E
Black with #71DC6E
Text Example
Text Example
White with #71DC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DC6E; }
p { color: rgb(113,220,110); }
H1.HeaderClassName
{
color: #71DC6E;
}
.AnyTagClassName
{
color: #71DC6E;
}
</style>
background-color css
<style>
a { background-color: #71DC6E; }
a { background-color: rgb(113,220,110); }
div.DivClassName
{
background-color: #71DC6E;
}
.BgClassName
{
background-color: #71DC6E;
}
</style>
border-color css
<style>
span { border-color: #71DC6E; }
span { border-color: rgb(113,220,110); }
td.TdClassName
{
border-color: #71DC6E;
}
.TagClassName
{
border-color: #71DC6E;
}
</style>