Shades of Pastel Green #70DB82
Tints of Pastel Green #70DB82
RGB
CMYK
RGB Variations
Color information
#70DB82 (or 0x70DB82) is known color: Pastel Green. HEX triplet: 70, DB and 82. RGB value is (112,219,130). Sum of RGB (Red+Green+Blue) = 112+219+130=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DB82 is #8F247D. Grayscale: #B1B1B1. Windows color (decimal): -9380990 or 8575856. OLE color: 8575856.
HSL color Cylindrical-coordinate representation of color #70DB82: hue angle of 130.09º 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 #70DB82 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 130 | - |
| CMYK | 0.49 | 0 | 0.41 | 0.14 |
| HSL | 130.09º | 0.6% | 0.65% | - |
| HSV(B) | 130.09º | 0.49% | 0.86% | - |
| XYZ | 36.04 | 55.72 | 29.97 | - |
| YUV | 176.86 | 101.55 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 130 | 0.49 | 0 | 0.41 | 0.14 | 130.09 | 0.6 | 0.65 |
| Hex | 70 | DB | 82 | 31 | 0 | 29 | E | 82 | 3C | 41 |
| Octal | 160 | 333 | 202 | 61 | 0 | 51 | 16 | 202 | 74 | 101 |
| Binary | 1110000 | 11011011 | 10000010 | 110001 | 0 | 101001 | 1110 | 10000010 | 111100 | 1000001 |
Color Harmonies of #70DB82
Complementary color
Monochromatic Colors of #70DB82
Black with #70DB82
Text Example
Text Example
White with #70DB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DB82; }
p { color: rgb(112,219,130); }
H1.HeaderClassName
{
color: #70DB82;
}
.AnyTagClassName
{
color: #70DB82;
}
</style>
background-color css
<style>
a { background-color: #70DB82; }
a { background-color: rgb(112,219,130); }
div.DivClassName
{
background-color: #70DB82;
}
.BgClassName
{
background-color: #70DB82;
}
</style>
border-color css
<style>
span { border-color: #70DB82; }
span { border-color: rgb(112,219,130); }
td.TdClassName
{
border-color: #70DB82;
}
.TagClassName
{
border-color: #70DB82;
}
</style>