Shades of Pastel Green #70DC7A
Tints of Pastel Green #70DC7A
RGB
CMYK
RGB Variations
Color information
#70DC7A (or 0x70DC7A) is known color: Pastel Green. HEX triplet: 70, DC and 7A. RGB value is (112,220,122). Sum of RGB (Red+Green+Blue) = 112+220+122=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DC7A is #8F2385. Grayscale: #B0B0B0. Windows color (decimal): -9380742 or 8051824. OLE color: 8051824.
HSL color Cylindrical-coordinate representation of color #70DC7A: hue angle of 125.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 #70DC7A is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 220 | 122 | - |
| CMYK | 0.49 | 0 | 0.45 | 0.14 |
| HSL | 125.56º | 0.61% | 0.65% | - |
| HSV(B) | 125.56º | 0.49% | 0.86% | - |
| XYZ | 35.79 | 56.04 | 27.34 | - |
| YUV | 176.54 | 97.22 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 122 | 0.49 | 0 | 0.45 | 0.14 | 125.56 | 0.61 | 0.65 |
| Hex | 70 | DC | 7A | 31 | 0 | 2D | E | 7E | 3D | 41 |
| Octal | 160 | 334 | 172 | 61 | 0 | 55 | 16 | 176 | 75 | 101 |
| Binary | 1110000 | 11011100 | 1111010 | 110001 | 0 | 101101 | 1110 | 1111110 | 111101 | 1000001 |
Color Harmonies of #70DC7A
Complementary color
Monochromatic Colors of #70DC7A
Black with #70DC7A
Text Example
Text Example
White with #70DC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DC7A; }
p { color: rgb(112,220,122); }
H1.HeaderClassName
{
color: #70DC7A;
}
.AnyTagClassName
{
color: #70DC7A;
}
</style>
background-color css
<style>
a { background-color: #70DC7A; }
a { background-color: rgb(112,220,122); }
div.DivClassName
{
background-color: #70DC7A;
}
.BgClassName
{
background-color: #70DC7A;
}
</style>
border-color css
<style>
span { border-color: #70DC7A; }
span { border-color: rgb(112,220,122); }
td.TdClassName
{
border-color: #70DC7A;
}
.TagClassName
{
border-color: #70DC7A;
}
</style>