Shades of Pastel Green #70DB77
Tints of Pastel Green #70DB77
RGB
CMYK
RGB Variations
Color information
#70DB77 (or 0x70DB77) is known color: Pastel Green. HEX triplet: 70, DB and 77. RGB value is (112,219,119). Sum of RGB (Red+Green+Blue) = 112+219+119=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 219 (85.94% from 255 or 48.67% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DB77 is #8F2488. Grayscale: #AFAFAF. Windows color (decimal): -9381001 or 7854960. OLE color: 7854960.
HSL color Cylindrical-coordinate representation of color #70DB77: hue angle of 123.93º 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 #70DB77 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 119 | - |
| CMYK | 0.49 | 0 | 0.46 | 0.14 |
| HSL | 123.93º | 0.6% | 0.65% | - |
| HSV(B) | 123.93º | 0.49% | 0.86% | - |
| XYZ | 35.34 | 55.44 | 26.29 | - |
| YUV | 175.61 | 96.05 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 119 | 0.49 | 0 | 0.46 | 0.14 | 123.93 | 0.6 | 0.65 |
| Hex | 70 | DB | 77 | 31 | 0 | 2E | E | 7C | 3C | 41 |
| Octal | 160 | 333 | 167 | 61 | 0 | 56 | 16 | 174 | 74 | 101 |
| Binary | 1110000 | 11011011 | 1110111 | 110001 | 0 | 101110 | 1110 | 1111100 | 111100 | 1000001 |
Color Harmonies of #70DB77
Complementary color
Monochromatic Colors of #70DB77
Black with #70DB77
Text Example
Text Example
White with #70DB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DB77; }
p { color: rgb(112,219,119); }
H1.HeaderClassName
{
color: #70DB77;
}
.AnyTagClassName
{
color: #70DB77;
}
</style>
background-color css
<style>
a { background-color: #70DB77; }
a { background-color: rgb(112,219,119); }
div.DivClassName
{
background-color: #70DB77;
}
.BgClassName
{
background-color: #70DB77;
}
</style>
border-color css
<style>
span { border-color: #70DB77; }
span { border-color: rgb(112,219,119); }
td.TdClassName
{
border-color: #70DB77;
}
.TagClassName
{
border-color: #70DB77;
}
</style>