Shades of Pastel Green #70D578
Tints of Pastel Green #70D578
RGB
CMYK
RGB Variations
Color information
#70D578 (or 0x70D578) is known color: Pastel Green. HEX triplet: 70, D5 and 78. RGB value is (112,213,120). Sum of RGB (Red+Green+Blue) = 112+213+120=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 120 (47.27% from 255 or 26.97% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #70D578 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D578 is #8F2A87. Grayscale: #ACACAC. Windows color (decimal): -9382536 or 7918960. OLE color: 7918960.
HSL color Cylindrical-coordinate representation of color #70D578: hue angle of 124.75º 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 #70D578 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 213 | 120 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.16 |
| HSL | 124.75º | 0.55% | 0.64% | - |
| HSV(B) | 124.75º | 0.47% | 0.84% | - |
| XYZ | 33.87 | 52.39 | 26.1 | - |
| YUV | 172.2 | 98.54 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 213 | 120 | 0.47 | 0 | 0.44 | 0.16 | 124.75 | 0.55 | 0.64 |
| Hex | 70 | D5 | 78 | 2F | 0 | 2C | 10 | 7D | 37 | 40 |
| Octal | 160 | 325 | 170 | 57 | 0 | 54 | 20 | 175 | 67 | 100 |
| Binary | 1110000 | 11010101 | 1111000 | 101111 | 0 | 101100 | 10000 | 1111101 | 110111 | 1000000 |
Color Harmonies of #70D578
Complementary color
Monochromatic Colors of #70D578
Black with #70D578
Text Example
Text Example
White with #70D578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D578; }
p { color: rgb(112,213,120); }
H1.HeaderClassName
{
color: #70D578;
}
.AnyTagClassName
{
color: #70D578;
}
</style>
background-color css
<style>
a { background-color: #70D578; }
a { background-color: rgb(112,213,120); }
div.DivClassName
{
background-color: #70D578;
}
.BgClassName
{
background-color: #70D578;
}
</style>
border-color css
<style>
span { border-color: #70D578; }
span { border-color: rgb(112,213,120); }
td.TdClassName
{
border-color: #70D578;
}
.TagClassName
{
border-color: #70D578;
}
</style>