Shades of Pastel Green #70DB87
Tints of Pastel Green #70DB87
RGB
CMYK
RGB Variations
Color information
#70DB87 (or 0x70DB87) is known color: Pastel Green. HEX triplet: 70, DB and 87. RGB value is (112,219,135). Sum of RGB (Red+Green+Blue) = 112+219+135=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DB87 is #8F2478. Grayscale: #B1B1B1. Windows color (decimal): -9380985 or 8903536. OLE color: 8903536.
HSL color Cylindrical-coordinate representation of color #70DB87: hue angle of 132.9º 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 #70DB87 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 135 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.14 |
| HSL | 132.9º | 0.6% | 0.65% | - |
| HSV(B) | 132.9º | 0.49% | 0.86% | - |
| XYZ | 36.39 | 55.86 | 31.79 | - |
| YUV | 177.43 | 104.05 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 135 | 0.49 | 0 | 0.38 | 0.14 | 132.9 | 0.6 | 0.65 |
| Hex | 70 | DB | 87 | 31 | 0 | 26 | E | 85 | 3C | 41 |
| Octal | 160 | 333 | 207 | 61 | 0 | 46 | 16 | 205 | 74 | 101 |
| Binary | 1110000 | 11011011 | 10000111 | 110001 | 0 | 100110 | 1110 | 10000101 | 111100 | 1000001 |
Color Harmonies of #70DB87
Complementary color
Monochromatic Colors of #70DB87
Black with #70DB87
Text Example
Text Example
White with #70DB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DB87; }
p { color: rgb(112,219,135); }
H1.HeaderClassName
{
color: #70DB87;
}
.AnyTagClassName
{
color: #70DB87;
}
</style>
background-color css
<style>
a { background-color: #70DB87; }
a { background-color: rgb(112,219,135); }
div.DivClassName
{
background-color: #70DB87;
}
.BgClassName
{
background-color: #70DB87;
}
</style>
border-color css
<style>
span { border-color: #70DB87; }
span { border-color: rgb(112,219,135); }
td.TdClassName
{
border-color: #70DB87;
}
.TagClassName
{
border-color: #70DB87;
}
</style>