Shades of Pastel Green #70D961
Tints of Pastel Green #70D961
RGB
CMYK
RGB Variations
Color information
#70D961 (or 0x70D961) is known color: Pastel Green. HEX triplet: 70, D9 and 61. RGB value is (112,217,97). Sum of RGB (Red+Green+Blue) = 112+217+97=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 217 (85.16% from 255 or 50.94% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 217 - color contains mainly: green. Hex color #70D961 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D961 is #8F269E. Grayscale: #ACACAC. Windows color (decimal): -9381535 or 6412656. OLE color: 6412656.
HSL color Cylindrical-coordinate representation of color #70D961: hue angle of 112.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70D961 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 217 | 97 | - |
| CMYK | 0.48 | 0 | 0.55 | 0.15 |
| HSL | 112.5º | 0.61% | 0.62% | - |
| HSV(B) | 112.5º | 0.55% | 0.85% | - |
| XYZ | 33.65 | 53.93 | 19.95 | - |
| YUV | 171.93 | 85.71 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 217 | 97 | 0.48 | 0 | 0.55 | 0.15 | 112.5 | 0.61 | 0.62 |
| Hex | 70 | D9 | 61 | 30 | 0 | 37 | F | 70 | 3D | 3E |
| Octal | 160 | 331 | 141 | 60 | 0 | 67 | 17 | 160 | 75 | 76 |
| Binary | 1110000 | 11011001 | 1100001 | 110000 | 0 | 110111 | 1111 | 1110000 | 111101 | 111110 |
Color Harmonies of #70D961
Complementary color
Monochromatic Colors of #70D961
Black with #70D961
Text Example
Text Example
White with #70D961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D961; }
p { color: rgb(112,217,97); }
H1.HeaderClassName
{
color: #70D961;
}
.AnyTagClassName
{
color: #70D961;
}
</style>
background-color css
<style>
a { background-color: #70D961; }
a { background-color: rgb(112,217,97); }
div.DivClassName
{
background-color: #70D961;
}
.BgClassName
{
background-color: #70D961;
}
</style>
border-color css
<style>
span { border-color: #70D961; }
span { border-color: rgb(112,217,97); }
td.TdClassName
{
border-color: #70D961;
}
.TagClassName
{
border-color: #70D961;
}
</style>