Shades of Pastel Green #71DC7B
Tints of Pastel Green #71DC7B
RGB
CMYK
RGB Variations
Color information
#71DC7B (or 0x71DC7B) is known color: Pastel Green. HEX triplet: 71, DC and 7B. RGB value is (113,220,123). Sum of RGB (Red+Green+Blue) = 113+220+123=456 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.78% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #71DC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DC7B is #8E2384. Grayscale: #B1B1B1. Windows color (decimal): -9315205 or 8117361. OLE color: 8117361.
HSL color Cylindrical-coordinate representation of color #71DC7B: hue angle of 125.61º 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 #71DC7B is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 220 | 123 | - |
| CMYK | 0.49 | 0 | 0.44 | 0.14 |
| HSL | 125.61º | 0.6% | 0.65% | - |
| HSV(B) | 125.61º | 0.49% | 0.86% | - |
| XYZ | 35.98 | 56.13 | 27.68 | - |
| YUV | 176.95 | 97.55 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 220 | 123 | 0.49 | 0 | 0.44 | 0.14 | 125.61 | 0.6 | 0.65 |
| Hex | 71 | DC | 7B | 31 | 0 | 2C | E | 7E | 3C | 41 |
| Octal | 161 | 334 | 173 | 61 | 0 | 54 | 16 | 176 | 74 | 101 |
| Binary | 1110001 | 11011100 | 1111011 | 110001 | 0 | 101100 | 1110 | 1111110 | 111100 | 1000001 |
Color Harmonies of #71DC7B
Complementary color
Monochromatic Colors of #71DC7B
Black with #71DC7B
Text Example
Text Example
White with #71DC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DC7B; }
p { color: rgb(113,220,123); }
H1.HeaderClassName
{
color: #71DC7B;
}
.AnyTagClassName
{
color: #71DC7B;
}
</style>
background-color css
<style>
a { background-color: #71DC7B; }
a { background-color: rgb(113,220,123); }
div.DivClassName
{
background-color: #71DC7B;
}
.BgClassName
{
background-color: #71DC7B;
}
</style>
border-color css
<style>
span { border-color: #71DC7B; }
span { border-color: rgb(113,220,123); }
td.TdClassName
{
border-color: #71DC7B;
}
.TagClassName
{
border-color: #71DC7B;
}
</style>