Shades of Pastel Green #70DD7A
Tints of Pastel Green #70DD7A
RGB
CMYK
RGB Variations
Color information
#70DD7A (or 0x70DD7A) is known color: Pastel Green. HEX triplet: 70, DD and 7A. RGB value is (112,221,122). Sum of RGB (Red+Green+Blue) = 112+221+122=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #70DD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DD7A is #8F2285. Grayscale: #B1B1B1. Windows color (decimal): -9380486 or 8052080. OLE color: 8052080.
HSL color Cylindrical-coordinate representation of color #70DD7A: hue angle of 125.5º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DD7A is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 221 | 122 | - |
| CMYK | 0.49 | 0 | 0.45 | 0.13 |
| HSL | 125.5º | 0.62% | 0.65% | - |
| HSV(B) | 125.5º | 0.49% | 0.87% | - |
| XYZ | 36.05 | 56.56 | 27.43 | - |
| YUV | 177.12 | 96.89 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 221 | 122 | 0.49 | 0 | 0.45 | 0.13 | 125.5 | 0.62 | 0.65 |
| Hex | 70 | DD | 7A | 31 | 0 | 2D | D | 7E | 3E | 41 |
| Octal | 160 | 335 | 172 | 61 | 0 | 55 | 15 | 176 | 76 | 101 |
| Binary | 1110000 | 11011101 | 1111010 | 110001 | 0 | 101101 | 1101 | 1111110 | 111110 | 1000001 |
Color Harmonies of #70DD7A
Complementary color
Monochromatic Colors of #70DD7A
Black with #70DD7A
Text Example
Text Example
White with #70DD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DD7A; }
p { color: rgb(112,221,122); }
H1.HeaderClassName
{
color: #70DD7A;
}
.AnyTagClassName
{
color: #70DD7A;
}
</style>
background-color css
<style>
a { background-color: #70DD7A; }
a { background-color: rgb(112,221,122); }
div.DivClassName
{
background-color: #70DD7A;
}
.BgClassName
{
background-color: #70DD7A;
}
</style>
border-color css
<style>
span { border-color: #70DD7A; }
span { border-color: rgb(112,221,122); }
td.TdClassName
{
border-color: #70DD7A;
}
.TagClassName
{
border-color: #70DD7A;
}
</style>