Shades of Pastel Green #70D384
Tints of Pastel Green #70D384
RGB
CMYK
RGB Variations
Color information
#70D384 (or 0x70D384) is known color: Pastel Green. HEX triplet: 70, D3 and 84. RGB value is (112,211,132). Sum of RGB (Red+Green+Blue) = 112+211+132=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 211 - color contains mainly: green. Hex color #70D384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D384 is #8F2C7B. Grayscale: #ACACAC. Windows color (decimal): -9383036 or 8704880. OLE color: 8704880.
HSL color Cylindrical-coordinate representation of color #70D384: hue angle of 132.12º 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 #70D384 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 211 | 132 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.17 |
| HSL | 132.12º | 0.53% | 0.63% | - |
| HSV(B) | 132.12º | 0.47% | 0.83% | - |
| XYZ | 34.14 | 51.7 | 30.01 | - |
| YUV | 172.39 | 105.2 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 211 | 132 | 0.47 | 0 | 0.37 | 0.17 | 132.12 | 0.53 | 0.63 |
| Hex | 70 | D3 | 84 | 2F | 0 | 25 | 11 | 84 | 35 | 3F |
| Octal | 160 | 323 | 204 | 57 | 0 | 45 | 21 | 204 | 65 | 77 |
| Binary | 1110000 | 11010011 | 10000100 | 101111 | 0 | 100101 | 10001 | 10000100 | 110101 | 111111 |
Color Harmonies of #70D384
Complementary color
Monochromatic Colors of #70D384
Black with #70D384
Text Example
Text Example
White with #70D384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D384; }
p { color: rgb(112,211,132); }
H1.HeaderClassName
{
color: #70D384;
}
.AnyTagClassName
{
color: #70D384;
}
</style>
background-color css
<style>
a { background-color: #70D384; }
a { background-color: rgb(112,211,132); }
div.DivClassName
{
background-color: #70D384;
}
.BgClassName
{
background-color: #70D384;
}
</style>
border-color css
<style>
span { border-color: #70D384; }
span { border-color: rgb(112,211,132); }
td.TdClassName
{
border-color: #70D384;
}
.TagClassName
{
border-color: #70D384;
}
</style>