Shades of Pastel Green #70D665
Tints of Pastel Green #70D665
RGB
CMYK
RGB Variations
Color information
#70D665 (or 0x70D665) is known color: Pastel Green. HEX triplet: 70, D6 and 65. RGB value is (112,214,101). Sum of RGB (Red+Green+Blue) = 112+214+101=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 214 (83.98% from 255 or 50.12% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 214 - color contains mainly: green. Hex color #70D665 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D665 is #8F299A. Grayscale: #AAAAAA. Windows color (decimal): -9382299 or 6674032. OLE color: 6674032.
HSL color Cylindrical-coordinate representation of color #70D665: hue angle of 114.16º degrees, saturation: 0.58, 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 #70D665 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 214 | 101 | - |
| CMYK | 0.48 | 0 | 0.53 | 0.16 |
| HSL | 114.16º | 0.58% | 0.62% | - |
| HSV(B) | 114.16º | 0.53% | 0.84% | - |
| XYZ | 33.08 | 52.48 | 20.7 | - |
| YUV | 170.62 | 88.71 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 214 | 101 | 0.48 | 0 | 0.53 | 0.16 | 114.16 | 0.58 | 0.62 |
| Hex | 70 | D6 | 65 | 30 | 0 | 35 | 10 | 72 | 3A | 3E |
| Octal | 160 | 326 | 145 | 60 | 0 | 65 | 20 | 162 | 72 | 76 |
| Binary | 1110000 | 11010110 | 1100101 | 110000 | 0 | 110101 | 10000 | 1110010 | 111010 | 111110 |
Color Harmonies of #70D665
Complementary color
Monochromatic Colors of #70D665
Black with #70D665
Text Example
Text Example
White with #70D665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D665; }
p { color: rgb(112,214,101); }
H1.HeaderClassName
{
color: #70D665;
}
.AnyTagClassName
{
color: #70D665;
}
</style>
background-color css
<style>
a { background-color: #70D665; }
a { background-color: rgb(112,214,101); }
div.DivClassName
{
background-color: #70D665;
}
.BgClassName
{
background-color: #70D665;
}
</style>
border-color css
<style>
span { border-color: #70D665; }
span { border-color: rgb(112,214,101); }
td.TdClassName
{
border-color: #70D665;
}
.TagClassName
{
border-color: #70D665;
}
</style>