Shades of Pastel Green #70DC89
Tints of Pastel Green #70DC89
RGB
CMYK
RGB Variations
Color information
#70DC89 (or 0x70DC89) is known color: Pastel Green. HEX triplet: 70, DC and 89. RGB value is (112,220,137). Sum of RGB (Red+Green+Blue) = 112+220+137=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DC89 is #8F2376. Grayscale: #B2B2B2. Windows color (decimal): -9380727 or 9034864. OLE color: 9034864.
HSL color Cylindrical-coordinate representation of color #70DC89: hue angle of 133.89º degrees, saturation: 0.61, 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 #70DC89 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 220 | 137 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.14 |
| HSL | 133.89º | 0.61% | 0.65% | - |
| HSV(B) | 133.89º | 0.49% | 0.86% | - |
| XYZ | 36.79 | 56.44 | 32.62 | - |
| YUV | 178.25 | 104.72 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 137 | 0.49 | 0 | 0.38 | 0.14 | 133.89 | 0.61 | 0.65 |
| Hex | 70 | DC | 89 | 31 | 0 | 26 | E | 86 | 3D | 41 |
| Octal | 160 | 334 | 211 | 61 | 0 | 46 | 16 | 206 | 75 | 101 |
| Binary | 1110000 | 11011100 | 10001001 | 110001 | 0 | 100110 | 1110 | 10000110 | 111101 | 1000001 |
Color Harmonies of #70DC89
Complementary color
Monochromatic Colors of #70DC89
Black with #70DC89
Text Example
Text Example
White with #70DC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DC89; }
p { color: rgb(112,220,137); }
H1.HeaderClassName
{
color: #70DC89;
}
.AnyTagClassName
{
color: #70DC89;
}
</style>
background-color css
<style>
a { background-color: #70DC89; }
a { background-color: rgb(112,220,137); }
div.DivClassName
{
background-color: #70DC89;
}
.BgClassName
{
background-color: #70DC89;
}
</style>
border-color css
<style>
span { border-color: #70DC89; }
span { border-color: rgb(112,220,137); }
td.TdClassName
{
border-color: #70DC89;
}
.TagClassName
{
border-color: #70DC89;
}
</style>