Shades of Pastel Green #70DC73
Tints of Pastel Green #70DC73
RGB
CMYK
RGB Variations
Color information
#70DC73 (or 0x70DC73) is known color: Pastel Green. HEX triplet: 70, DC and 73. RGB value is (112,220,115). Sum of RGB (Red+Green+Blue) = 112+220+115=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DC73 is #8F238C. Grayscale: #B0B0B0. Windows color (decimal): -9380749 or 7593072. OLE color: 7593072.
HSL color Cylindrical-coordinate representation of color #70DC73: hue angle of 121.67º 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 #70DC73 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 220 | 115 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.14 |
| HSL | 121.67º | 0.61% | 0.65% | - |
| HSV(B) | 121.67º | 0.49% | 0.86% | - |
| XYZ | 35.37 | 55.87 | 25.14 | - |
| YUV | 175.74 | 93.72 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 115 | 0.49 | 0 | 0.48 | 0.14 | 121.67 | 0.61 | 0.65 |
| Hex | 70 | DC | 73 | 31 | 0 | 30 | E | 7A | 3D | 41 |
| Octal | 160 | 334 | 163 | 61 | 0 | 60 | 16 | 172 | 75 | 101 |
| Binary | 1110000 | 11011100 | 1110011 | 110001 | 0 | 110000 | 1110 | 1111010 | 111101 | 1000001 |
Color Harmonies of #70DC73
Complementary color
Monochromatic Colors of #70DC73
Black with #70DC73
Text Example
Text Example
White with #70DC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DC73; }
p { color: rgb(112,220,115); }
H1.HeaderClassName
{
color: #70DC73;
}
.AnyTagClassName
{
color: #70DC73;
}
</style>
background-color css
<style>
a { background-color: #70DC73; }
a { background-color: rgb(112,220,115); }
div.DivClassName
{
background-color: #70DC73;
}
.BgClassName
{
background-color: #70DC73;
}
</style>
border-color css
<style>
span { border-color: #70DC73; }
span { border-color: rgb(112,220,115); }
td.TdClassName
{
border-color: #70DC73;
}
.TagClassName
{
border-color: #70DC73;
}
</style>