Shades of Pastel Green #71D06F
Tints of Pastel Green #71D06F
RGB
CMYK
RGB Variations
Color information
#71D06F (or 0x71D06F) is known color: Pastel Green. HEX triplet: 71, D0 and 6F. RGB value is (113,208,111). Sum of RGB (Red+Green+Blue) = 113+208+111=432 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.16% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #71D06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D06F is #8E2F90. Grayscale: #A8A8A8. Windows color (decimal): -9318289 or 7327857. OLE color: 7327857.
HSL color Cylindrical-coordinate representation of color #71D06F: hue angle of 118.76º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71D06F is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 208 | 111 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.18 |
| HSL | 118.76º | 0.51% | 0.63% | - |
| HSV(B) | 118.76º | 0.47% | 0.82% | - |
| XYZ | 32.24 | 49.77 | 22.95 | - |
| YUV | 168.54 | 95.53 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 208 | 111 | 0.46 | 0 | 0.47 | 0.18 | 118.76 | 0.51 | 0.63 |
| Hex | 71 | D0 | 6F | 2E | 0 | 2F | 12 | 77 | 33 | 3F |
| Octal | 161 | 320 | 157 | 56 | 0 | 57 | 22 | 167 | 63 | 77 |
| Binary | 1110001 | 11010000 | 1101111 | 101110 | 0 | 101111 | 10010 | 1110111 | 110011 | 111111 |
Color Harmonies of #71D06F
Complementary color
Monochromatic Colors of #71D06F
Black with #71D06F
Text Example
Text Example
White with #71D06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D06F; }
p { color: rgb(113,208,111); }
H1.HeaderClassName
{
color: #71D06F;
}
.AnyTagClassName
{
color: #71D06F;
}
</style>
background-color css
<style>
a { background-color: #71D06F; }
a { background-color: rgb(113,208,111); }
div.DivClassName
{
background-color: #71D06F;
}
.BgClassName
{
background-color: #71D06F;
}
</style>
border-color css
<style>
span { border-color: #71D06F; }
span { border-color: rgb(113,208,111); }
td.TdClassName
{
border-color: #71D06F;
}
.TagClassName
{
border-color: #71D06F;
}
</style>