Shades of Pastel Green #70D575
Tints of Pastel Green #70D575
RGB
CMYK
RGB Variations
Color information
#70D575 (or 0x70D575) is known color: Pastel Green. HEX triplet: 70, D5 and 75. RGB value is (112,213,117). Sum of RGB (Red+Green+Blue) = 112+213+117=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 213 (83.59% from 255 or 48.19% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 213 - color contains mainly: green. Hex color #70D575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D575 is #8F2A8A. Grayscale: #ACACAC. Windows color (decimal): -9382539 or 7722352. OLE color: 7722352.
HSL color Cylindrical-coordinate representation of color #70D575: hue angle of 122.97º 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 #70D575 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 213 | 117 | - |
| CMYK | 0.47 | 0 | 0.45 | 0.16 |
| HSL | 122.97º | 0.55% | 0.64% | - |
| HSV(B) | 122.97º | 0.47% | 0.84% | - |
| XYZ | 33.69 | 52.32 | 25.15 | - |
| YUV | 171.86 | 97.04 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 213 | 117 | 0.47 | 0 | 0.45 | 0.16 | 122.97 | 0.55 | 0.64 |
| Hex | 70 | D5 | 75 | 2F | 0 | 2D | 10 | 7B | 37 | 40 |
| Octal | 160 | 325 | 165 | 57 | 0 | 55 | 20 | 173 | 67 | 100 |
| Binary | 1110000 | 11010101 | 1110101 | 101111 | 0 | 101101 | 10000 | 1111011 | 110111 | 1000000 |
Color Harmonies of #70D575
Complementary color
Monochromatic Colors of #70D575
Black with #70D575
Text Example
Text Example
White with #70D575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D575; }
p { color: rgb(112,213,117); }
H1.HeaderClassName
{
color: #70D575;
}
.AnyTagClassName
{
color: #70D575;
}
</style>
background-color css
<style>
a { background-color: #70D575; }
a { background-color: rgb(112,213,117); }
div.DivClassName
{
background-color: #70D575;
}
.BgClassName
{
background-color: #70D575;
}
</style>
border-color css
<style>
span { border-color: #70D575; }
span { border-color: rgb(112,213,117); }
td.TdClassName
{
border-color: #70D575;
}
.TagClassName
{
border-color: #70D575;
}
</style>