Shades of Pastel Green #70DC8C
Tints of Pastel Green #70DC8C
RGB
CMYK
RGB Variations
Color information
#70DC8C (or 0x70DC8C) is known color: Pastel Green. HEX triplet: 70, DC and 8C. RGB value is (112,220,140). Sum of RGB (Red+Green+Blue) = 112+220+140=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DC8C is #8F2373. Grayscale: #B2B2B2. Windows color (decimal): -9380724 or 9231472. OLE color: 9231472.
HSL color Cylindrical-coordinate representation of color #70DC8C: hue angle of 135.56º 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 #70DC8C is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 220 | 140 | - |
| CMYK | 0.49 | 0 | 0.36 | 0.14 |
| HSL | 135.56º | 0.61% | 0.65% | - |
| HSV(B) | 135.56º | 0.49% | 0.86% | - |
| XYZ | 37.01 | 56.52 | 33.77 | - |
| YUV | 178.59 | 106.22 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 140 | 0.49 | 0 | 0.36 | 0.14 | 135.56 | 0.61 | 0.65 |
| Hex | 70 | DC | 8C | 31 | 0 | 24 | E | 88 | 3D | 41 |
| Octal | 160 | 334 | 214 | 61 | 0 | 44 | 16 | 210 | 75 | 101 |
| Binary | 1110000 | 11011100 | 10001100 | 110001 | 0 | 100100 | 1110 | 10001000 | 111101 | 1000001 |
Color Harmonies of #70DC8C
Complementary color
Monochromatic Colors of #70DC8C
Black with #70DC8C
Text Example
Text Example
White with #70DC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DC8C; }
p { color: rgb(112,220,140); }
H1.HeaderClassName
{
color: #70DC8C;
}
.AnyTagClassName
{
color: #70DC8C;
}
</style>
background-color css
<style>
a { background-color: #70DC8C; }
a { background-color: rgb(112,220,140); }
div.DivClassName
{
background-color: #70DC8C;
}
.BgClassName
{
background-color: #70DC8C;
}
</style>
border-color css
<style>
span { border-color: #70DC8C; }
span { border-color: rgb(112,220,140); }
td.TdClassName
{
border-color: #70DC8C;
}
.TagClassName
{
border-color: #70DC8C;
}
</style>