Shades of Pastel Green #70D565
Tints of Pastel Green #70D565
RGB
CMYK
RGB Variations
Color information
#70D565 (or 0x70D565) is known color: Pastel Green. HEX triplet: 70, D5 and 65. RGB value is (112,213,101). Sum of RGB (Red+Green+Blue) = 112+213+101=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 213 (83.59% from 255 or 50% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 213 - color contains mainly: green. Hex color #70D565 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D565 is #8F2A9A. Grayscale: #AAAAAA. Windows color (decimal): -9382555 or 6673776. OLE color: 6673776.
HSL color Cylindrical-coordinate representation of color #70D565: hue angle of 114.11º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70D565 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 213 | 101 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.16 |
| HSL | 114.11º | 0.57% | 0.62% | - |
| HSV(B) | 114.11º | 0.53% | 0.84% | - |
| XYZ | 32.83 | 51.97 | 20.61 | - |
| YUV | 170.03 | 89.04 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 213 | 101 | 0.47 | 0 | 0.53 | 0.16 | 114.11 | 0.57 | 0.62 |
| Hex | 70 | D5 | 65 | 2F | 0 | 35 | 10 | 72 | 39 | 3E |
| Octal | 160 | 325 | 145 | 57 | 0 | 65 | 20 | 162 | 71 | 76 |
| Binary | 1110000 | 11010101 | 1100101 | 101111 | 0 | 110101 | 10000 | 1110010 | 111001 | 111110 |
Color Harmonies of #70D565
Complementary color
Monochromatic Colors of #70D565
Black with #70D565
Text Example
Text Example
White with #70D565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D565; }
p { color: rgb(112,213,101); }
H1.HeaderClassName
{
color: #70D565;
}
.AnyTagClassName
{
color: #70D565;
}
</style>
background-color css
<style>
a { background-color: #70D565; }
a { background-color: rgb(112,213,101); }
div.DivClassName
{
background-color: #70D565;
}
.BgClassName
{
background-color: #70D565;
}
</style>
border-color css
<style>
span { border-color: #70D565; }
span { border-color: rgb(112,213,101); }
td.TdClassName
{
border-color: #70D565;
}
.TagClassName
{
border-color: #70D565;
}
</style>