Shades of Pastel Green #70DB78
Tints of Pastel Green #70DB78
RGB
CMYK
RGB Variations
Color information
#70DB78 (or 0x70DB78) is known color: Pastel Green. HEX triplet: 70, DB and 78. RGB value is (112,219,120). Sum of RGB (Red+Green+Blue) = 112+219+120=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 219 (85.94% from 255 or 48.56% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DB78 is #8F2487. Grayscale: #B0B0B0. Windows color (decimal): -9381000 or 7920496. OLE color: 7920496.
HSL color Cylindrical-coordinate representation of color #70DB78: hue angle of 124.49º 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 #70DB78 is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 120 | - |
| CMYK | 0.49 | 0 | 0.45 | 0.14 |
| HSL | 124.49º | 0.6% | 0.65% | - |
| HSV(B) | 124.49º | 0.49% | 0.86% | - |
| XYZ | 35.4 | 55.46 | 26.61 | - |
| YUV | 175.72 | 96.55 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 120 | 0.49 | 0 | 0.45 | 0.14 | 124.49 | 0.6 | 0.65 |
| Hex | 70 | DB | 78 | 31 | 0 | 2D | E | 7C | 3C | 41 |
| Octal | 160 | 333 | 170 | 61 | 0 | 55 | 16 | 174 | 74 | 101 |
| Binary | 1110000 | 11011011 | 1111000 | 110001 | 0 | 101101 | 1110 | 1111100 | 111100 | 1000001 |
Color Harmonies of #70DB78
Complementary color
Monochromatic Colors of #70DB78
Black with #70DB78
Text Example
Text Example
White with #70DB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DB78; }
p { color: rgb(112,219,120); }
H1.HeaderClassName
{
color: #70DB78;
}
.AnyTagClassName
{
color: #70DB78;
}
</style>
background-color css
<style>
a { background-color: #70DB78; }
a { background-color: rgb(112,219,120); }
div.DivClassName
{
background-color: #70DB78;
}
.BgClassName
{
background-color: #70DB78;
}
</style>
border-color css
<style>
span { border-color: #70DB78; }
span { border-color: rgb(112,219,120); }
td.TdClassName
{
border-color: #70DB78;
}
.TagClassName
{
border-color: #70DB78;
}
</style>