Shades of Pastel Green #70D075
Tints of Pastel Green #70D075
RGB
CMYK
RGB Variations
Color information
#70D075 (or 0x70D075) is known color: Pastel Green. HEX triplet: 70, D0 and 75. RGB value is (112,208,117). Sum of RGB (Red+Green+Blue) = 112+208+117=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 208 (81.64% from 255 or 47.60% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 208 - color contains mainly: green. Hex color #70D075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D075 is #8F2F8A. Grayscale: #A9A9A9. Windows color (decimal): -9383819 or 7721072. OLE color: 7721072.
HSL color Cylindrical-coordinate representation of color #70D075: hue angle of 123.12º 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 #70D075 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 208 | 117 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.18 |
| HSL | 123.13º | 0.51% | 0.63% | - |
| HSV(B) | 123.13º | 0.46% | 0.82% | - |
| XYZ | 32.45 | 49.84 | 24.74 | - |
| YUV | 168.92 | 98.7 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 208 | 117 | 0.46 | 0 | 0.44 | 0.18 | 123.13 | 0.51 | 0.63 |
| Hex | 70 | D0 | 75 | 2E | 0 | 2C | 12 | 7B | 33 | 3F |
| Octal | 160 | 320 | 165 | 56 | 0 | 54 | 22 | 173 | 63 | 77 |
| Binary | 1110000 | 11010000 | 1110101 | 101110 | 0 | 101100 | 10010 | 1111011 | 110011 | 111111 |
Color Harmonies of #70D075
Complementary color
Monochromatic Colors of #70D075
Black with #70D075
Text Example
Text Example
White with #70D075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D075; }
p { color: rgb(112,208,117); }
H1.HeaderClassName
{
color: #70D075;
}
.AnyTagClassName
{
color: #70D075;
}
</style>
background-color css
<style>
a { background-color: #70D075; }
a { background-color: rgb(112,208,117); }
div.DivClassName
{
background-color: #70D075;
}
.BgClassName
{
background-color: #70D075;
}
</style>
border-color css
<style>
span { border-color: #70D075; }
span { border-color: rgb(112,208,117); }
td.TdClassName
{
border-color: #70D075;
}
.TagClassName
{
border-color: #70D075;
}
</style>