Shades of Pastel Green #70D965
Tints of Pastel Green #70D965
RGB
CMYK
RGB Variations
Color information
#70D965 (or 0x70D965) is known color: Pastel Green. HEX triplet: 70, D9 and 65. RGB value is (112,217,101). Sum of RGB (Red+Green+Blue) = 112+217+101=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #70D965 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D965 is #8F269A. Grayscale: #ACACAC. Windows color (decimal): -9381531 or 6674800. OLE color: 6674800.
HSL color Cylindrical-coordinate representation of color #70D965: hue angle of 114.31º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70D965 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 217 | 101 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.15 |
| HSL | 114.31º | 0.6% | 0.62% | - |
| HSV(B) | 114.31º | 0.53% | 0.85% | - |
| XYZ | 33.84 | 54.01 | 20.95 | - |
| YUV | 172.38 | 87.71 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 217 | 101 | 0.48 | 0 | 0.53 | 0.15 | 114.31 | 0.6 | 0.62 |
| Hex | 70 | D9 | 65 | 30 | 0 | 35 | F | 72 | 3C | 3E |
| Octal | 160 | 331 | 145 | 60 | 0 | 65 | 17 | 162 | 74 | 76 |
| Binary | 1110000 | 11011001 | 1100101 | 110000 | 0 | 110101 | 1111 | 1110010 | 111100 | 111110 |
Color Harmonies of #70D965
Complementary color
Monochromatic Colors of #70D965
Black with #70D965
Text Example
Text Example
White with #70D965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D965; }
p { color: rgb(112,217,101); }
H1.HeaderClassName
{
color: #70D965;
}
.AnyTagClassName
{
color: #70D965;
}
</style>
background-color css
<style>
a { background-color: #70D965; }
a { background-color: rgb(112,217,101); }
div.DivClassName
{
background-color: #70D965;
}
.BgClassName
{
background-color: #70D965;
}
</style>
border-color css
<style>
span { border-color: #70D965; }
span { border-color: rgb(112,217,101); }
td.TdClassName
{
border-color: #70D965;
}
.TagClassName
{
border-color: #70D965;
}
</style>