Shades of Pastel Green #70D378
Tints of Pastel Green #70D378
RGB
CMYK
RGB Variations
Color information
#70D378 (or 0x70D378) is known color: Pastel Green. HEX triplet: 70, D3 and 78. RGB value is (112,211,120). Sum of RGB (Red+Green+Blue) = 112+211+120=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 211 (82.81% from 255 or 47.63% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 211 - color contains mainly: green. Hex color #70D378 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D378 is #8F2C87. Grayscale: #ABABAB. Windows color (decimal): -9383048 or 7918448. OLE color: 7918448.
HSL color Cylindrical-coordinate representation of color #70D378: hue angle of 124.85º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D378 is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 211 | 120 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.17 |
| HSL | 124.85º | 0.53% | 0.63% | - |
| HSV(B) | 124.85º | 0.47% | 0.83% | - |
| XYZ | 33.37 | 51.39 | 25.93 | - |
| YUV | 171.03 | 99.2 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 211 | 120 | 0.47 | 0 | 0.43 | 0.17 | 124.85 | 0.53 | 0.63 |
| Hex | 70 | D3 | 78 | 2F | 0 | 2B | 11 | 7D | 35 | 3F |
| Octal | 160 | 323 | 170 | 57 | 0 | 53 | 21 | 175 | 65 | 77 |
| Binary | 1110000 | 11010011 | 1111000 | 101111 | 0 | 101011 | 10001 | 1111101 | 110101 | 111111 |
Color Harmonies of #70D378
Complementary color
Monochromatic Colors of #70D378
Black with #70D378
Text Example
Text Example
White with #70D378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D378; }
p { color: rgb(112,211,120); }
H1.HeaderClassName
{
color: #70D378;
}
.AnyTagClassName
{
color: #70D378;
}
</style>
background-color css
<style>
a { background-color: #70D378; }
a { background-color: rgb(112,211,120); }
div.DivClassName
{
background-color: #70D378;
}
.BgClassName
{
background-color: #70D378;
}
</style>
border-color css
<style>
span { border-color: #70D378; }
span { border-color: rgb(112,211,120); }
td.TdClassName
{
border-color: #70D378;
}
.TagClassName
{
border-color: #70D378;
}
</style>