Shades of Pastel Green #70D161
Tints of Pastel Green #70D161
RGB
CMYK
RGB Variations
Color information
#70D161 (or 0x70D161) is known color: Pastel Green. HEX triplet: 70, D1 and 61. RGB value is (112,209,97). Sum of RGB (Red+Green+Blue) = 112+209+97=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 209 (82.03% from 255 or 50% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 209 - color contains mainly: green. Hex color #70D161 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D161 is #8F2E9E. Grayscale: #A7A7A7. Windows color (decimal): -9383583 or 6410608. OLE color: 6410608.
HSL color Cylindrical-coordinate representation of color #70D161: hue angle of 111.96º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70D161 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 209 | 97 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.18 |
| HSL | 111.96º | 0.55% | 0.6% | - |
| HSV(B) | 111.96º | 0.54% | 0.82% | - |
| XYZ | 31.64 | 49.91 | 19.28 | - |
| YUV | 167.23 | 88.36 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 209 | 97 | 0.46 | 0 | 0.54 | 0.18 | 111.96 | 0.55 | 0.6 |
| Hex | 70 | D1 | 61 | 2E | 0 | 36 | 12 | 70 | 37 | 3C |
| Octal | 160 | 321 | 141 | 56 | 0 | 66 | 22 | 160 | 67 | 74 |
| Binary | 1110000 | 11010001 | 1100001 | 101110 | 0 | 110110 | 10010 | 1110000 | 110111 | 111100 |
Color Harmonies of #70D161
Complementary color
Monochromatic Colors of #70D161
Black with #70D161
Text Example
Text Example
White with #70D161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D161; }
p { color: rgb(112,209,97); }
H1.HeaderClassName
{
color: #70D161;
}
.AnyTagClassName
{
color: #70D161;
}
</style>
background-color css
<style>
a { background-color: #70D161; }
a { background-color: rgb(112,209,97); }
div.DivClassName
{
background-color: #70D161;
}
.BgClassName
{
background-color: #70D161;
}
</style>
border-color css
<style>
span { border-color: #70D161; }
span { border-color: rgb(112,209,97); }
td.TdClassName
{
border-color: #70D161;
}
.TagClassName
{
border-color: #70D161;
}
</style>