Shades of Pastel Green #70DC6F
Tints of Pastel Green #70DC6F
RGB
CMYK
RGB Variations
Color information
#70DC6F (or 0x70DC6F) is known color: Pastel Green. HEX triplet: 70, DC and 6F. RGB value is (112,220,111). Sum of RGB (Red+Green+Blue) = 112+220+111=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DC6F is #8F2390. Grayscale: #AFAFAF. Windows color (decimal): -9380753 or 7330928. OLE color: 7330928.
HSL color Cylindrical-coordinate representation of color #70DC6F: hue angle of 119.45º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DC6F is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 220 | 111 | - |
| CMYK | 0.49 | 0 | 0.50 | 0.14 |
| HSL | 119.45º | 0.61% | 0.65% | - |
| HSV(B) | 119.45º | 0.5% | 0.86% | - |
| XYZ | 35.14 | 55.78 | 23.95 | - |
| YUV | 175.28 | 91.72 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 111 | 0.49 | 0 | 0.50 | 0.14 | 119.45 | 0.61 | 0.65 |
| Hex | 70 | DC | 6F | 31 | 0 | 32 | E | 77 | 3D | 41 |
| Octal | 160 | 334 | 157 | 61 | 0 | 62 | 16 | 167 | 75 | 101 |
| Binary | 1110000 | 11011100 | 1101111 | 110001 | 0 | 110010 | 1110 | 1110111 | 111101 | 1000001 |
Color Harmonies of #70DC6F
Complementary color
Monochromatic Colors of #70DC6F
Black with #70DC6F
Text Example
Text Example
White with #70DC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DC6F; }
p { color: rgb(112,220,111); }
H1.HeaderClassName
{
color: #70DC6F;
}
.AnyTagClassName
{
color: #70DC6F;
}
</style>
background-color css
<style>
a { background-color: #70DC6F; }
a { background-color: rgb(112,220,111); }
div.DivClassName
{
background-color: #70DC6F;
}
.BgClassName
{
background-color: #70DC6F;
}
</style>
border-color css
<style>
span { border-color: #70DC6F; }
span { border-color: rgb(112,220,111); }
td.TdClassName
{
border-color: #70DC6F;
}
.TagClassName
{
border-color: #70DC6F;
}
</style>