Shades of Pastel Green #71D07C
Tints of Pastel Green #71D07C
RGB
CMYK
RGB Variations
Color information
#71D07C (or 0x71D07C) is known color: Pastel Green. HEX triplet: 71, D0 and 7C. RGB value is (113,208,124). Sum of RGB (Red+Green+Blue) = 113+208+124=445 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.39% from 445); Green value is 208 (81.64% from 255 or 46.74% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 208 - color contains mainly: green. Hex color #71D07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D07C is #8E2F83. Grayscale: #AAAAAA. Windows color (decimal): -9318276 or 8179825. OLE color: 8179825.
HSL color Cylindrical-coordinate representation of color #71D07C: hue angle of 126.95º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71D07C is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 208 | 124 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.18 |
| HSL | 126.95º | 0.5% | 0.63% | - |
| HSV(B) | 126.95º | 0.46% | 0.82% | - |
| XYZ | 33 | 50.08 | 27 | - |
| YUV | 170.02 | 102.03 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 208 | 124 | 0.46 | 0 | 0.40 | 0.18 | 126.95 | 0.5 | 0.63 |
| Hex | 71 | D0 | 7C | 2E | 0 | 28 | 12 | 7F | 32 | 3F |
| Octal | 161 | 320 | 174 | 56 | 0 | 50 | 22 | 177 | 62 | 77 |
| Binary | 1110001 | 11010000 | 1111100 | 101110 | 0 | 101000 | 10010 | 1111111 | 110010 | 111111 |
Color Harmonies of #71D07C
Complementary color
Monochromatic Colors of #71D07C
Black with #71D07C
Text Example
Text Example
White with #71D07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D07C; }
p { color: rgb(113,208,124); }
H1.HeaderClassName
{
color: #71D07C;
}
.AnyTagClassName
{
color: #71D07C;
}
</style>
background-color css
<style>
a { background-color: #71D07C; }
a { background-color: rgb(113,208,124); }
div.DivClassName
{
background-color: #71D07C;
}
.BgClassName
{
background-color: #71D07C;
}
</style>
border-color css
<style>
span { border-color: #71D07C; }
span { border-color: rgb(113,208,124); }
td.TdClassName
{
border-color: #71D07C;
}
.TagClassName
{
border-color: #71D07C;
}
</style>