Shades of Pastel Green #70D175
Tints of Pastel Green #70D175
RGB
CMYK
RGB Variations
Color information
#70D175 (or 0x70D175) is known color: Pastel Green. HEX triplet: 70, D1 and 75. RGB value is (112,209,117). Sum of RGB (Red+Green+Blue) = 112+209+117=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 209 (82.03% from 255 or 47.72% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 209 - color contains mainly: green. Hex color #70D175 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D175 is #8F2E8A. Grayscale: #A9A9A9. Windows color (decimal): -9383563 or 7721328. OLE color: 7721328.
HSL color Cylindrical-coordinate representation of color #70D175: hue angle of 123.09º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70D175 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 209 | 117 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.18 |
| HSL | 123.09º | 0.51% | 0.63% | - |
| HSV(B) | 123.09º | 0.46% | 0.82% | - |
| XYZ | 32.69 | 50.33 | 24.82 | - |
| YUV | 169.51 | 98.36 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 209 | 117 | 0.46 | 0 | 0.44 | 0.18 | 123.09 | 0.51 | 0.63 |
| Hex | 70 | D1 | 75 | 2E | 0 | 2C | 12 | 7B | 33 | 3F |
| Octal | 160 | 321 | 165 | 56 | 0 | 54 | 22 | 173 | 63 | 77 |
| Binary | 1110000 | 11010001 | 1110101 | 101110 | 0 | 101100 | 10010 | 1111011 | 110011 | 111111 |
Color Harmonies of #70D175
Complementary color
Monochromatic Colors of #70D175
Black with #70D175
Text Example
Text Example
White with #70D175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D175; }
p { color: rgb(112,209,117); }
H1.HeaderClassName
{
color: #70D175;
}
.AnyTagClassName
{
color: #70D175;
}
</style>
background-color css
<style>
a { background-color: #70D175; }
a { background-color: rgb(112,209,117); }
div.DivClassName
{
background-color: #70D175;
}
.BgClassName
{
background-color: #70D175;
}
</style>
border-color css
<style>
span { border-color: #70D175; }
span { border-color: rgb(112,209,117); }
td.TdClassName
{
border-color: #70D175;
}
.TagClassName
{
border-color: #70D175;
}
</style>