Shades of Pastel Green #71D96C
Tints of Pastel Green #71D96C
RGB
CMYK
RGB Variations
Color information
#71D96C (or 0x71D96C) is known color: Pastel Green. HEX triplet: 71, D9 and 6C. RGB value is (113,217,108). Sum of RGB (Red+Green+Blue) = 113+217+108=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 217 - color contains mainly: green. Hex color #71D96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D96C is #8E2693. Grayscale: #ADADAD. Windows color (decimal): -9315988 or 7133553. OLE color: 7133553.
HSL color Cylindrical-coordinate representation of color #71D96C: hue angle of 117.25º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71D96C is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 217 | 108 | - |
| CMYK | 0.48 | 0 | 0.50 | 0.15 |
| HSL | 117.25º | 0.59% | 0.64% | - |
| HSV(B) | 117.25º | 0.5% | 0.85% | - |
| XYZ | 34.33 | 54.22 | 22.84 | - |
| YUV | 173.48 | 91.04 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 217 | 108 | 0.48 | 0 | 0.50 | 0.15 | 117.25 | 0.59 | 0.64 |
| Hex | 71 | D9 | 6C | 30 | 0 | 32 | F | 75 | 3B | 40 |
| Octal | 161 | 331 | 154 | 60 | 0 | 62 | 17 | 165 | 73 | 100 |
| Binary | 1110001 | 11011001 | 1101100 | 110000 | 0 | 110010 | 1111 | 1110101 | 111011 | 1000000 |
Color Harmonies of #71D96C
Complementary color
Monochromatic Colors of #71D96C
Black with #71D96C
Text Example
Text Example
White with #71D96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D96C; }
p { color: rgb(113,217,108); }
H1.HeaderClassName
{
color: #71D96C;
}
.AnyTagClassName
{
color: #71D96C;
}
</style>
background-color css
<style>
a { background-color: #71D96C; }
a { background-color: rgb(113,217,108); }
div.DivClassName
{
background-color: #71D96C;
}
.BgClassName
{
background-color: #71D96C;
}
</style>
border-color css
<style>
span { border-color: #71D96C; }
span { border-color: rgb(113,217,108); }
td.TdClassName
{
border-color: #71D96C;
}
.TagClassName
{
border-color: #71D96C;
}
</style>