Shades of Pastel Green #70D571
Tints of Pastel Green #70D571
RGB
CMYK
RGB Variations
Color information
#70D571 (or 0x70D571) is known color: Pastel Green. HEX triplet: 70, D5 and 71. RGB value is (112,213,113). Sum of RGB (Red+Green+Blue) = 112+213+113=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 213 (83.59% from 255 or 48.63% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 213 - color contains mainly: green. Hex color #70D571 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D571 is #8F2A8E. Grayscale: #ABABAB. Windows color (decimal): -9382543 or 7460208. OLE color: 7460208.
HSL color Cylindrical-coordinate representation of color #70D571: hue angle of 120.59º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D571 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 213 | 113 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.16 |
| HSL | 120.59º | 0.55% | 0.64% | - |
| HSV(B) | 120.59º | 0.47% | 0.84% | - |
| XYZ | 33.46 | 52.23 | 23.94 | - |
| YUV | 171.4 | 95.04 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 213 | 113 | 0.47 | 0 | 0.47 | 0.16 | 120.59 | 0.55 | 0.64 |
| Hex | 70 | D5 | 71 | 2F | 0 | 2F | 10 | 79 | 37 | 40 |
| Octal | 160 | 325 | 161 | 57 | 0 | 57 | 20 | 171 | 67 | 100 |
| Binary | 1110000 | 11010101 | 1110001 | 101111 | 0 | 101111 | 10000 | 1111001 | 110111 | 1000000 |
Color Harmonies of #70D571
Complementary color
Monochromatic Colors of #70D571
Black with #70D571
Text Example
Text Example
White with #70D571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D571; }
p { color: rgb(112,213,113); }
H1.HeaderClassName
{
color: #70D571;
}
.AnyTagClassName
{
color: #70D571;
}
</style>
background-color css
<style>
a { background-color: #70D571; }
a { background-color: rgb(112,213,113); }
div.DivClassName
{
background-color: #70D571;
}
.BgClassName
{
background-color: #70D571;
}
</style>
border-color css
<style>
span { border-color: #70D571; }
span { border-color: rgb(112,213,113); }
td.TdClassName
{
border-color: #70D571;
}
.TagClassName
{
border-color: #70D571;
}
</style>