Shades of Pastel Green #70D675
Tints of Pastel Green #70D675
RGB
CMYK
RGB Variations
Color information
#70D675 (or 0x70D675) is known color: Pastel Green. HEX triplet: 70, D6 and 75. RGB value is (112,214,117). Sum of RGB (Red+Green+Blue) = 112+214+117=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 214 - color contains mainly: green. Hex color #70D675 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D675 is #8F298A. Grayscale: #ACACAC. Windows color (decimal): -9382283 or 7722608. OLE color: 7722608.
HSL color Cylindrical-coordinate representation of color #70D675: hue angle of 122.94º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D675 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 214 | 117 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.16 |
| HSL | 122.94º | 0.55% | 0.64% | - |
| HSV(B) | 122.94º | 0.48% | 0.84% | - |
| XYZ | 33.94 | 52.82 | 25.24 | - |
| YUV | 172.44 | 96.71 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 214 | 117 | 0.48 | 0 | 0.45 | 0.16 | 122.94 | 0.55 | 0.64 |
| Hex | 70 | D6 | 75 | 30 | 0 | 2D | 10 | 7B | 37 | 40 |
| Octal | 160 | 326 | 165 | 60 | 0 | 55 | 20 | 173 | 67 | 100 |
| Binary | 1110000 | 11010110 | 1110101 | 110000 | 0 | 101101 | 10000 | 1111011 | 110111 | 1000000 |
Color Harmonies of #70D675
Complementary color
Monochromatic Colors of #70D675
Black with #70D675
Text Example
Text Example
White with #70D675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D675; }
p { color: rgb(112,214,117); }
H1.HeaderClassName
{
color: #70D675;
}
.AnyTagClassName
{
color: #70D675;
}
</style>
background-color css
<style>
a { background-color: #70D675; }
a { background-color: rgb(112,214,117); }
div.DivClassName
{
background-color: #70D675;
}
.BgClassName
{
background-color: #70D675;
}
</style>
border-color css
<style>
span { border-color: #70D675; }
span { border-color: rgb(112,214,117); }
td.TdClassName
{
border-color: #70D675;
}
.TagClassName
{
border-color: #70D675;
}
</style>