Shades of Pastel Green #71D46C
Tints of Pastel Green #71D46C
RGB
CMYK
RGB Variations
Color information
#71D46C (or 0x71D46C) is known color: Pastel Green. HEX triplet: 71, D4 and 6C. RGB value is (113,212,108). Sum of RGB (Red+Green+Blue) = 113+212+108=433 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.10% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 212 - color contains mainly: green. Hex color #71D46C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D46C is #8E2B93. Grayscale: #AAAAAA. Windows color (decimal): -9317268 or 7132273. OLE color: 7132273.
HSL color Cylindrical-coordinate representation of color #71D46C: hue angle of 117.12º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71D46C is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 212 | 108 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.17 |
| HSL | 117.12º | 0.55% | 0.63% | - |
| HSV(B) | 117.12º | 0.49% | 0.83% | - |
| XYZ | 33.06 | 51.68 | 22.42 | - |
| YUV | 170.54 | 92.7 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 212 | 108 | 0.47 | 0 | 0.49 | 0.17 | 117.12 | 0.55 | 0.63 |
| Hex | 71 | D4 | 6C | 2F | 0 | 31 | 11 | 75 | 37 | 3F |
| Octal | 161 | 324 | 154 | 57 | 0 | 61 | 21 | 165 | 67 | 77 |
| Binary | 1110001 | 11010100 | 1101100 | 101111 | 0 | 110001 | 10001 | 1110101 | 110111 | 111111 |
Color Harmonies of #71D46C
Complementary color
Monochromatic Colors of #71D46C
Black with #71D46C
Text Example
Text Example
White with #71D46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D46C; }
p { color: rgb(113,212,108); }
H1.HeaderClassName
{
color: #71D46C;
}
.AnyTagClassName
{
color: #71D46C;
}
</style>
background-color css
<style>
a { background-color: #71D46C; }
a { background-color: rgb(113,212,108); }
div.DivClassName
{
background-color: #71D46C;
}
.BgClassName
{
background-color: #71D46C;
}
</style>
border-color css
<style>
span { border-color: #71D46C; }
span { border-color: rgb(113,212,108); }
td.TdClassName
{
border-color: #71D46C;
}
.TagClassName
{
border-color: #71D46C;
}
</style>