Shades of Pastel Green #70DB84
Tints of Pastel Green #70DB84
RGB
CMYK
RGB Variations
Color information
#70DB84 (or 0x70DB84) is known color: Pastel Green. HEX triplet: 70, DB and 84. RGB value is (112,219,132). Sum of RGB (Red+Green+Blue) = 112+219+132=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DB84 is #8F247B. Grayscale: #B1B1B1. Windows color (decimal): -9380988 or 8706928. OLE color: 8706928.
HSL color Cylindrical-coordinate representation of color #70DB84: hue angle of 131.21º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DB84 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 132 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.14 |
| HSL | 131.22º | 0.6% | 0.65% | - |
| HSV(B) | 131.22º | 0.49% | 0.86% | - |
| XYZ | 36.18 | 55.77 | 30.69 | - |
| YUV | 177.09 | 102.55 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 132 | 0.49 | 0 | 0.40 | 0.14 | 131.22 | 0.6 | 0.65 |
| Hex | 70 | DB | 84 | 31 | 0 | 28 | E | 83 | 3C | 41 |
| Octal | 160 | 333 | 204 | 61 | 0 | 50 | 16 | 203 | 74 | 101 |
| Binary | 1110000 | 11011011 | 10000100 | 110001 | 0 | 101000 | 1110 | 10000011 | 111100 | 1000001 |
Color Harmonies of #70DB84
Complementary color
Monochromatic Colors of #70DB84
Black with #70DB84
Text Example
Text Example
White with #70DB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DB84; }
p { color: rgb(112,219,132); }
H1.HeaderClassName
{
color: #70DB84;
}
.AnyTagClassName
{
color: #70DB84;
}
</style>
background-color css
<style>
a { background-color: #70DB84; }
a { background-color: rgb(112,219,132); }
div.DivClassName
{
background-color: #70DB84;
}
.BgClassName
{
background-color: #70DB84;
}
</style>
border-color css
<style>
span { border-color: #70DB84; }
span { border-color: rgb(112,219,132); }
td.TdClassName
{
border-color: #70DB84;
}
.TagClassName
{
border-color: #70DB84;
}
</style>