Shades of Pastel Green #70D975
Tints of Pastel Green #70D975
RGB
CMYK
RGB Variations
Color information
#70D975 (or 0x70D975) is known color: Pastel Green. HEX triplet: 70, D9 and 75. RGB value is (112,217,117). Sum of RGB (Red+Green+Blue) = 112+217+117=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 217 (85.16% from 255 or 48.65% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 217 - color contains mainly: green. Hex color #70D975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D975 is #8F268A. Grayscale: #AEAEAE. Windows color (decimal): -9381515 or 7723376. OLE color: 7723376.
HSL color Cylindrical-coordinate representation of color #70D975: hue angle of 122.86º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D975 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 217 | 117 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.15 |
| HSL | 122.86º | 0.58% | 0.65% | - |
| HSV(B) | 122.86º | 0.48% | 0.85% | - |
| XYZ | 34.71 | 54.35 | 25.49 | - |
| YUV | 174.21 | 95.71 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 217 | 117 | 0.48 | 0 | 0.46 | 0.15 | 122.86 | 0.58 | 0.65 |
| Hex | 70 | D9 | 75 | 30 | 0 | 2E | F | 7B | 3A | 41 |
| Octal | 160 | 331 | 165 | 60 | 0 | 56 | 17 | 173 | 72 | 101 |
| Binary | 1110000 | 11011001 | 1110101 | 110000 | 0 | 101110 | 1111 | 1111011 | 111010 | 1000001 |
Color Harmonies of #70D975
Complementary color
Monochromatic Colors of #70D975
Black with #70D975
Text Example
Text Example
White with #70D975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D975; }
p { color: rgb(112,217,117); }
H1.HeaderClassName
{
color: #70D975;
}
.AnyTagClassName
{
color: #70D975;
}
</style>
background-color css
<style>
a { background-color: #70D975; }
a { background-color: rgb(112,217,117); }
div.DivClassName
{
background-color: #70D975;
}
.BgClassName
{
background-color: #70D975;
}
</style>
border-color css
<style>
span { border-color: #70D975; }
span { border-color: rgb(112,217,117); }
td.TdClassName
{
border-color: #70D975;
}
.TagClassName
{
border-color: #70D975;
}
</style>