Shades of Pastel Green #71D06C
Tints of Pastel Green #71D06C
RGB
CMYK
RGB Variations
Color information
#71D06C (or 0x71D06C) is known color: Pastel Green. HEX triplet: 71, D0 and 6C. RGB value is (113,208,108). Sum of RGB (Red+Green+Blue) = 113+208+108=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 208 - color contains mainly: green. Hex color #71D06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D06C is #8E2F93. Grayscale: #A8A8A8. Windows color (decimal): -9318292 or 7131249. OLE color: 7131249.
HSL color Cylindrical-coordinate representation of color #71D06C: hue angle of 117º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71D06C is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 208 | 108 | - |
| CMYK | 0.46 | 0 | 0.48 | 0.18 |
| HSL | 117º | 0.52% | 0.62% | - |
| HSV(B) | 117º | 0.48% | 0.82% | - |
| XYZ | 32.07 | 49.71 | 22.09 | - |
| YUV | 168.2 | 94.03 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 208 | 108 | 0.46 | 0 | 0.48 | 0.18 | 117 | 0.52 | 0.62 |
| Hex | 71 | D0 | 6C | 2E | 0 | 30 | 12 | 75 | 34 | 3E |
| Octal | 161 | 320 | 154 | 56 | 0 | 60 | 22 | 165 | 64 | 76 |
| Binary | 1110001 | 11010000 | 1101100 | 101110 | 0 | 110000 | 10010 | 1110101 | 110100 | 111110 |
Color Harmonies of #71D06C
Complementary color
Monochromatic Colors of #71D06C
Black with #71D06C
Text Example
Text Example
White with #71D06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D06C; }
p { color: rgb(113,208,108); }
H1.HeaderClassName
{
color: #71D06C;
}
.AnyTagClassName
{
color: #71D06C;
}
</style>
background-color css
<style>
a { background-color: #71D06C; }
a { background-color: rgb(113,208,108); }
div.DivClassName
{
background-color: #71D06C;
}
.BgClassName
{
background-color: #71D06C;
}
</style>
border-color css
<style>
span { border-color: #71D06C; }
span { border-color: rgb(113,208,108); }
td.TdClassName
{
border-color: #71D06C;
}
.TagClassName
{
border-color: #71D06C;
}
</style>