Shades of Pastel Green #70D57C
Tints of Pastel Green #70D57C
RGB
CMYK
RGB Variations
Color information
#70D57C (or 0x70D57C) is known color: Pastel Green. HEX triplet: 70, D5 and 7C. RGB value is (112,213,124). Sum of RGB (Red+Green+Blue) = 112+213+124=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #70D57C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D57C is #8F2A83. Grayscale: #ACACAC. Windows color (decimal): -9382532 or 8181104. OLE color: 8181104.
HSL color Cylindrical-coordinate representation of color #70D57C: hue angle of 127.13º 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 #70D57C is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 213 | 124 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.16 |
| HSL | 127.13º | 0.55% | 0.64% | - |
| HSV(B) | 127.13º | 0.47% | 0.84% | - |
| XYZ | 34.11 | 52.49 | 27.4 | - |
| YUV | 172.66 | 100.54 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 213 | 124 | 0.47 | 0 | 0.42 | 0.16 | 127.13 | 0.55 | 0.64 |
| Hex | 70 | D5 | 7C | 2F | 0 | 2A | 10 | 7F | 37 | 40 |
| Octal | 160 | 325 | 174 | 57 | 0 | 52 | 20 | 177 | 67 | 100 |
| Binary | 1110000 | 11010101 | 1111100 | 101111 | 0 | 101010 | 10000 | 1111111 | 110111 | 1000000 |
Color Harmonies of #70D57C
Complementary color
Monochromatic Colors of #70D57C
Black with #70D57C
Text Example
Text Example
White with #70D57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D57C; }
p { color: rgb(112,213,124); }
H1.HeaderClassName
{
color: #70D57C;
}
.AnyTagClassName
{
color: #70D57C;
}
</style>
background-color css
<style>
a { background-color: #70D57C; }
a { background-color: rgb(112,213,124); }
div.DivClassName
{
background-color: #70D57C;
}
.BgClassName
{
background-color: #70D57C;
}
</style>
border-color css
<style>
span { border-color: #70D57C; }
span { border-color: rgb(112,213,124); }
td.TdClassName
{
border-color: #70D57C;
}
.TagClassName
{
border-color: #70D57C;
}
</style>