Shades of Pastel Green #70DC70
Tints of Pastel Green #70DC70
RGB
CMYK
RGB Variations
Color information
#70DC70 (or 0x70DC70) is known color: Pastel Green. HEX triplet: 70, DC and 70. RGB value is (112,220,112). Sum of RGB (Red+Green+Blue) = 112+220+112=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DC70 is #8F238F. Grayscale: #AFAFAF. Windows color (decimal): -9380752 or 7396464. OLE color: 7396464.
HSL color Cylindrical-coordinate representation of color #70DC70: hue angle of 120º 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 #70DC70 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 220 | 112 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.14 |
| HSL | 120º | 0.61% | 0.65% | - |
| HSV(B) | 120º | 0.49% | 0.86% | - |
| XYZ | 35.2 | 55.8 | 24.24 | - |
| YUV | 175.4 | 92.22 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 112 | 0.49 | 0 | 0.49 | 0.14 | 120 | 0.61 | 0.65 |
| Hex | 70 | DC | 70 | 31 | 0 | 31 | E | 78 | 3D | 41 |
| Octal | 160 | 334 | 160 | 61 | 0 | 61 | 16 | 170 | 75 | 101 |
| Binary | 1110000 | 11011100 | 1110000 | 110001 | 0 | 110001 | 1110 | 1111000 | 111101 | 1000001 |
Color Harmonies of #70DC70
Complementary color
Monochromatic Colors of #70DC70
Black with #70DC70
Text Example
Text Example
White with #70DC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DC70; }
p { color: rgb(112,220,112); }
H1.HeaderClassName
{
color: #70DC70;
}
.AnyTagClassName
{
color: #70DC70;
}
</style>
background-color css
<style>
a { background-color: #70DC70; }
a { background-color: rgb(112,220,112); }
div.DivClassName
{
background-color: #70DC70;
}
.BgClassName
{
background-color: #70DC70;
}
</style>
border-color css
<style>
span { border-color: #70DC70; }
span { border-color: rgb(112,220,112); }
td.TdClassName
{
border-color: #70DC70;
}
.TagClassName
{
border-color: #70DC70;
}
</style>