Shades of Pastel Green #70DC82
Tints of Pastel Green #70DC82
RGB
CMYK
RGB Variations
Color information
#70DC82 (or 0x70DC82) is known color: Pastel Green. HEX triplet: 70, DC and 82. RGB value is (112,220,130). Sum of RGB (Red+Green+Blue) = 112+220+130=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DC82 is #8F237D. Grayscale: #B1B1B1. Windows color (decimal): -9380734 or 8576112. OLE color: 8576112.
HSL color Cylindrical-coordinate representation of color #70DC82: hue angle of 130º 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 #70DC82 is Cyan = 0.49, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 220 | 130 | - |
| CMYK | 0.49 | 0 | 0.41 | 0.14 |
| HSL | 130º | 0.61% | 0.65% | - |
| HSV(B) | 130º | 0.49% | 0.86% | - |
| XYZ | 36.3 | 56.24 | 30.06 | - |
| YUV | 177.45 | 101.22 | 81.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 130 | 0.49 | 0 | 0.41 | 0.14 | 130 | 0.61 | 0.65 |
| Hex | 70 | DC | 82 | 31 | 0 | 29 | E | 82 | 3D | 41 |
| Octal | 160 | 334 | 202 | 61 | 0 | 51 | 16 | 202 | 75 | 101 |
| Binary | 1110000 | 11011100 | 10000010 | 110001 | 0 | 101001 | 1110 | 10000010 | 111101 | 1000001 |
Color Harmonies of #70DC82
Complementary color
Monochromatic Colors of #70DC82
Black with #70DC82
Text Example
Text Example
White with #70DC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DC82; }
p { color: rgb(112,220,130); }
H1.HeaderClassName
{
color: #70DC82;
}
.AnyTagClassName
{
color: #70DC82;
}
</style>
background-color css
<style>
a { background-color: #70DC82; }
a { background-color: rgb(112,220,130); }
div.DivClassName
{
background-color: #70DC82;
}
.BgClassName
{
background-color: #70DC82;
}
</style>
border-color css
<style>
span { border-color: #70DC82; }
span { border-color: rgb(112,220,130); }
td.TdClassName
{
border-color: #70DC82;
}
.TagClassName
{
border-color: #70DC82;
}
</style>