Shades of Pastel Green #70DD74
Tints of Pastel Green #70DD74
RGB
CMYK
RGB Variations
Color information
#70DD74 (or 0x70DD74) is known color: Pastel Green. HEX triplet: 70, DD and 74. RGB value is (112,221,116). Sum of RGB (Red+Green+Blue) = 112+221+116=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #70DD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DD74 is #8F228B. Grayscale: #B0B0B0. Windows color (decimal): -9380492 or 7658864. OLE color: 7658864.
HSL color Cylindrical-coordinate representation of color #70DD74: hue angle of 122.2º 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 #70DD74 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 221 | 116 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.13 |
| HSL | 122.2º | 0.62% | 0.65% | - |
| HSV(B) | 122.2º | 0.49% | 0.87% | - |
| XYZ | 35.69 | 56.42 | 25.53 | - |
| YUV | 176.44 | 93.89 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 221 | 116 | 0.49 | 0 | 0.48 | 0.13 | 122.2 | 0.62 | 0.65 |
| Hex | 70 | DD | 74 | 31 | 0 | 30 | D | 7A | 3E | 41 |
| Octal | 160 | 335 | 164 | 61 | 0 | 60 | 15 | 172 | 76 | 101 |
| Binary | 1110000 | 11011101 | 1110100 | 110001 | 0 | 110000 | 1101 | 1111010 | 111110 | 1000001 |
Color Harmonies of #70DD74
Complementary color
Monochromatic Colors of #70DD74
Black with #70DD74
Text Example
Text Example
White with #70DD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DD74; }
p { color: rgb(112,221,116); }
H1.HeaderClassName
{
color: #70DD74;
}
.AnyTagClassName
{
color: #70DD74;
}
</style>
background-color css
<style>
a { background-color: #70DD74; }
a { background-color: rgb(112,221,116); }
div.DivClassName
{
background-color: #70DD74;
}
.BgClassName
{
background-color: #70DD74;
}
</style>
border-color css
<style>
span { border-color: #70DD74; }
span { border-color: rgb(112,221,116); }
td.TdClassName
{
border-color: #70DD74;
}
.TagClassName
{
border-color: #70DD74;
}
</style>