Shades of Pastel Green #71D06D
Tints of Pastel Green #71D06D
RGB
CMYK
RGB Variations
Color information
#71D06D (or 0x71D06D) is known color: Pastel Green. HEX triplet: 71, D0 and 6D. RGB value is (113,208,109). Sum of RGB (Red+Green+Blue) = 113+208+109=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #71D06D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D06D is #8E2F92. Grayscale: #A8A8A8. Windows color (decimal): -9318291 or 7196785. OLE color: 7196785.
HSL color Cylindrical-coordinate representation of color #71D06D: hue angle of 117.58º degrees, saturation: 0.51, 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 #71D06D is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 208 | 109 | - |
| CMYK | 0.46 | 0 | 0.48 | 0.18 |
| HSL | 117.58º | 0.51% | 0.62% | - |
| HSV(B) | 117.58º | 0.48% | 0.82% | - |
| XYZ | 32.13 | 49.73 | 22.37 | - |
| YUV | 168.31 | 94.53 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 208 | 109 | 0.46 | 0 | 0.48 | 0.18 | 117.58 | 0.51 | 0.62 |
| Hex | 71 | D0 | 6D | 2E | 0 | 30 | 12 | 76 | 33 | 3E |
| Octal | 161 | 320 | 155 | 56 | 0 | 60 | 22 | 166 | 63 | 76 |
| Binary | 1110001 | 11010000 | 1101101 | 101110 | 0 | 110000 | 10010 | 1110110 | 110011 | 111110 |
Color Harmonies of #71D06D
Complementary color
Monochromatic Colors of #71D06D
Black with #71D06D
Text Example
Text Example
White with #71D06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D06D; }
p { color: rgb(113,208,109); }
H1.HeaderClassName
{
color: #71D06D;
}
.AnyTagClassName
{
color: #71D06D;
}
</style>
background-color css
<style>
a { background-color: #71D06D; }
a { background-color: rgb(113,208,109); }
div.DivClassName
{
background-color: #71D06D;
}
.BgClassName
{
background-color: #71D06D;
}
</style>
border-color css
<style>
span { border-color: #71D06D; }
span { border-color: rgb(113,208,109); }
td.TdClassName
{
border-color: #71D06D;
}
.TagClassName
{
border-color: #71D06D;
}
</style>