Shades of Pastel Green #70D574
Tints of Pastel Green #70D574
RGB
CMYK
RGB Variations
Color information
#70D574 (or 0x70D574) is known color: Pastel Green. HEX triplet: 70, D5 and 74. RGB value is (112,213,116). Sum of RGB (Red+Green+Blue) = 112+213+116=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 213 - color contains mainly: green. Hex color #70D574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D574 is #8F2A8B. Grayscale: #ACACAC. Windows color (decimal): -9382540 or 7656816. OLE color: 7656816.
HSL color Cylindrical-coordinate representation of color #70D574: hue angle of 122.38º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D574 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 213 | 116 | - |
| CMYK | 0.47 | 0 | 0.46 | 0.16 |
| HSL | 122.38º | 0.55% | 0.64% | - |
| HSV(B) | 122.38º | 0.47% | 0.84% | - |
| XYZ | 33.63 | 52.29 | 24.84 | - |
| YUV | 171.74 | 96.54 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 213 | 116 | 0.47 | 0 | 0.46 | 0.16 | 122.38 | 0.55 | 0.64 |
| Hex | 70 | D5 | 74 | 2F | 0 | 2E | 10 | 7A | 37 | 40 |
| Octal | 160 | 325 | 164 | 57 | 0 | 56 | 20 | 172 | 67 | 100 |
| Binary | 1110000 | 11010101 | 1110100 | 101111 | 0 | 101110 | 10000 | 1111010 | 110111 | 1000000 |
Color Harmonies of #70D574
Complementary color
Monochromatic Colors of #70D574
Black with #70D574
Text Example
Text Example
White with #70D574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D574; }
p { color: rgb(112,213,116); }
H1.HeaderClassName
{
color: #70D574;
}
.AnyTagClassName
{
color: #70D574;
}
</style>
background-color css
<style>
a { background-color: #70D574; }
a { background-color: rgb(112,213,116); }
div.DivClassName
{
background-color: #70D574;
}
.BgClassName
{
background-color: #70D574;
}
</style>
border-color css
<style>
span { border-color: #70D574; }
span { border-color: rgb(112,213,116); }
td.TdClassName
{
border-color: #70D574;
}
.TagClassName
{
border-color: #70D574;
}
</style>