Shades of Pastel Green #70DB7B
Tints of Pastel Green #70DB7B
RGB
CMYK
RGB Variations
Color information
#70DB7B (or 0x70DB7B) is known color: Pastel Green. HEX triplet: 70, DB and 7B. RGB value is (112,219,123). Sum of RGB (Red+Green+Blue) = 112+219+123=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DB7B is #8F2484. Grayscale: #B0B0B0. Windows color (decimal): -9380997 or 8117104. OLE color: 8117104.
HSL color Cylindrical-coordinate representation of color #70DB7B: hue angle of 126.17º 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 #70DB7B is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 123 | - |
| CMYK | 0.49 | 0 | 0.44 | 0.14 |
| HSL | 126.17º | 0.6% | 0.65% | - |
| HSV(B) | 126.17º | 0.49% | 0.86% | - |
| XYZ | 35.59 | 55.54 | 27.58 | - |
| YUV | 176.06 | 98.05 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 123 | 0.49 | 0 | 0.44 | 0.14 | 126.17 | 0.6 | 0.65 |
| Hex | 70 | DB | 7B | 31 | 0 | 2C | E | 7E | 3C | 41 |
| Octal | 160 | 333 | 173 | 61 | 0 | 54 | 16 | 176 | 74 | 101 |
| Binary | 1110000 | 11011011 | 1111011 | 110001 | 0 | 101100 | 1110 | 1111110 | 111100 | 1000001 |
Color Harmonies of #70DB7B
Complementary color
Monochromatic Colors of #70DB7B
Black with #70DB7B
Text Example
Text Example
White with #70DB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DB7B; }
p { color: rgb(112,219,123); }
H1.HeaderClassName
{
color: #70DB7B;
}
.AnyTagClassName
{
color: #70DB7B;
}
</style>
background-color css
<style>
a { background-color: #70DB7B; }
a { background-color: rgb(112,219,123); }
div.DivClassName
{
background-color: #70DB7B;
}
.BgClassName
{
background-color: #70DB7B;
}
</style>
border-color css
<style>
span { border-color: #70DB7B; }
span { border-color: rgb(112,219,123); }
td.TdClassName
{
border-color: #70DB7B;
}
.TagClassName
{
border-color: #70DB7B;
}
</style>