Shades of Pastel Green #70DB88
Tints of Pastel Green #70DB88
RGB
CMYK
RGB Variations
Color information
#70DB88 (or 0x70DB88) is known color: Pastel Green. HEX triplet: 70, DB and 88. RGB value is (112,219,136). Sum of RGB (Red+Green+Blue) = 112+219+136=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DB88 is #8F2477. Grayscale: #B1B1B1. Windows color (decimal): -9380984 or 8969072. OLE color: 8969072.
HSL color Cylindrical-coordinate representation of color #70DB88: hue angle of 133.46º 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 #70DB88 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 136 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.14 |
| HSL | 133.46º | 0.6% | 0.65% | - |
| HSV(B) | 133.46º | 0.49% | 0.86% | - |
| XYZ | 36.46 | 55.89 | 32.16 | - |
| YUV | 177.55 | 104.55 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 136 | 0.49 | 0 | 0.38 | 0.14 | 133.46 | 0.6 | 0.65 |
| Hex | 70 | DB | 88 | 31 | 0 | 26 | E | 85 | 3C | 41 |
| Octal | 160 | 333 | 210 | 61 | 0 | 46 | 16 | 205 | 74 | 101 |
| Binary | 1110000 | 11011011 | 10001000 | 110001 | 0 | 100110 | 1110 | 10000101 | 111100 | 1000001 |
Color Harmonies of #70DB88
Complementary color
Monochromatic Colors of #70DB88
Black with #70DB88
Text Example
Text Example
White with #70DB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DB88; }
p { color: rgb(112,219,136); }
H1.HeaderClassName
{
color: #70DB88;
}
.AnyTagClassName
{
color: #70DB88;
}
</style>
background-color css
<style>
a { background-color: #70DB88; }
a { background-color: rgb(112,219,136); }
div.DivClassName
{
background-color: #70DB88;
}
.BgClassName
{
background-color: #70DB88;
}
</style>
border-color css
<style>
span { border-color: #70DB88; }
span { border-color: rgb(112,219,136); }
td.TdClassName
{
border-color: #70DB88;
}
.TagClassName
{
border-color: #70DB88;
}
</style>