Shades of Pastel Green #70DD6D
Tints of Pastel Green #70DD6D
RGB
CMYK
RGB Variations
Color information
#70DD6D (or 0x70DD6D) is known color: Pastel Green. HEX triplet: 70, DD and 6D. RGB value is (112,221,109). Sum of RGB (Red+Green+Blue) = 112+221+109=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #70DD6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DD6D is #8F2292. Grayscale: #AFAFAF. Windows color (decimal): -9380499 or 7200112. OLE color: 7200112.
HSL color Cylindrical-coordinate representation of color #70DD6D: hue angle of 118.39º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70DD6D is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 221 | 109 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.13 |
| HSL | 118.39º | 0.62% | 0.65% | - |
| HSV(B) | 118.39º | 0.51% | 0.87% | - |
| XYZ | 35.3 | 56.26 | 23.47 | - |
| YUV | 175.64 | 90.39 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 221 | 109 | 0.49 | 0 | 0.51 | 0.13 | 118.39 | 0.62 | 0.65 |
| Hex | 70 | DD | 6D | 31 | 0 | 33 | D | 76 | 3E | 41 |
| Octal | 160 | 335 | 155 | 61 | 0 | 63 | 15 | 166 | 76 | 101 |
| Binary | 1110000 | 11011101 | 1101101 | 110001 | 0 | 110011 | 1101 | 1110110 | 111110 | 1000001 |
Color Harmonies of #70DD6D
Complementary color
Monochromatic Colors of #70DD6D
Black with #70DD6D
Text Example
Text Example
White with #70DD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DD6D; }
p { color: rgb(112,221,109); }
H1.HeaderClassName
{
color: #70DD6D;
}
.AnyTagClassName
{
color: #70DD6D;
}
</style>
background-color css
<style>
a { background-color: #70DD6D; }
a { background-color: rgb(112,221,109); }
div.DivClassName
{
background-color: #70DD6D;
}
.BgClassName
{
background-color: #70DD6D;
}
</style>
border-color css
<style>
span { border-color: #70DD6D; }
span { border-color: rgb(112,221,109); }
td.TdClassName
{
border-color: #70DD6D;
}
.TagClassName
{
border-color: #70DD6D;
}
</style>