Shades of Pastel Green #71CF7E
Tints of Pastel Green #71CF7E
RGB
CMYK
RGB Variations
Color information
#71CF7E (or 0x71CF7E) is known color: Pastel Green. HEX triplet: 71, CF and 7E. RGB value is (113,207,126). Sum of RGB (Red+Green+Blue) = 113+207+126=446 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.34% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #71CF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CF7E is #8E3081. Grayscale: #A9A9A9. Windows color (decimal): -9318530 or 8310641. OLE color: 8310641.
HSL color Cylindrical-coordinate representation of color #71CF7E: hue angle of 128.3º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CF7E is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 207 | 126 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.19 |
| HSL | 128.3º | 0.49% | 0.63% | - |
| HSV(B) | 128.3º | 0.45% | 0.81% | - |
| XYZ | 32.89 | 49.64 | 27.59 | - |
| YUV | 169.66 | 103.36 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 207 | 126 | 0.45 | 0 | 0.39 | 0.19 | 128.3 | 0.49 | 0.63 |
| Hex | 71 | CF | 7E | 2D | 0 | 27 | 13 | 80 | 31 | 3F |
| Octal | 161 | 317 | 176 | 55 | 0 | 47 | 23 | 200 | 61 | 77 |
| Binary | 1110001 | 11001111 | 1111110 | 101101 | 0 | 100111 | 10011 | 10000000 | 110001 | 111111 |
Color Harmonies of #71CF7E
Complementary color
Monochromatic Colors of #71CF7E
Black with #71CF7E
Text Example
Text Example
White with #71CF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CF7E; }
p { color: rgb(113,207,126); }
H1.HeaderClassName
{
color: #71CF7E;
}
.AnyTagClassName
{
color: #71CF7E;
}
</style>
background-color css
<style>
a { background-color: #71CF7E; }
a { background-color: rgb(113,207,126); }
div.DivClassName
{
background-color: #71CF7E;
}
.BgClassName
{
background-color: #71CF7E;
}
</style>
border-color css
<style>
span { border-color: #71CF7E; }
span { border-color: rgb(113,207,126); }
td.TdClassName
{
border-color: #71CF7E;
}
.TagClassName
{
border-color: #71CF7E;
}
</style>