Shades of Pastel Green #71DC60
Tints of Pastel Green #71DC60
RGB
CMYK
RGB Variations
Color information
#71DC60 (or 0x71DC60) is known color: Pastel Green. HEX triplet: 71, DC and 60. RGB value is (113,220,96). Sum of RGB (Red+Green+Blue) = 113+220+96=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DC60 is #8E239F. Grayscale: #AEAEAE. Windows color (decimal): -9315232 or 6347889. OLE color: 6347889.
HSL color Cylindrical-coordinate representation of color #71DC60: hue angle of 111.77º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71DC60 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 220 | 96 | - |
| CMYK | 0.49 | 0 | 0.56 | 0.14 |
| HSL | 111.77º | 0.64% | 0.62% | - |
| HSV(B) | 111.77º | 0.56% | 0.86% | - |
| XYZ | 34.51 | 55.54 | 19.97 | - |
| YUV | 173.87 | 84.05 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 96 | 0.49 | 0 | 0.56 | 0.14 | 111.77 | 0.64 | 0.62 |
| Hex | 71 | DC | 60 | 31 | 0 | 38 | E | 70 | 40 | 3E |
| Octal | 161 | 334 | 140 | 61 | 0 | 70 | 16 | 160 | 100 | 76 |
| Binary | 1110001 | 11011100 | 1100000 | 110001 | 0 | 111000 | 1110 | 1110000 | 1000000 | 111110 |
Color Harmonies of #71DC60
Complementary color
Monochromatic Colors of #71DC60
Black with #71DC60
Text Example
Text Example
White with #71DC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DC60; }
p { color: rgb(113,220,96); }
H1.HeaderClassName
{
color: #71DC60;
}
.AnyTagClassName
{
color: #71DC60;
}
</style>
background-color css
<style>
a { background-color: #71DC60; }
a { background-color: rgb(113,220,96); }
div.DivClassName
{
background-color: #71DC60;
}
.BgClassName
{
background-color: #71DC60;
}
</style>
border-color css
<style>
span { border-color: #71DC60; }
span { border-color: rgb(113,220,96); }
td.TdClassName
{
border-color: #71DC60;
}
.TagClassName
{
border-color: #71DC60;
}
</style>