Shades of Pastel Green #70D677
Tints of Pastel Green #70D677
RGB
CMYK
RGB Variations
Color information
#70D677 (or 0x70D677) is known color: Pastel Green. HEX triplet: 70, D6 and 77. RGB value is (112,214,119). Sum of RGB (Red+Green+Blue) = 112+214+119=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 214 - color contains mainly: green. Hex color #70D677 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D677 is #8F2988. Grayscale: #ACACAC. Windows color (decimal): -9382281 or 7853680. OLE color: 7853680.
HSL color Cylindrical-coordinate representation of color #70D677: hue angle of 124.12º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D677 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 214 | 119 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.16 |
| HSL | 124.12º | 0.55% | 0.64% | - |
| HSV(B) | 124.12º | 0.48% | 0.84% | - |
| XYZ | 34.06 | 52.87 | 25.86 | - |
| YUV | 172.67 | 97.71 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 214 | 119 | 0.48 | 0 | 0.44 | 0.16 | 124.12 | 0.55 | 0.64 |
| Hex | 70 | D6 | 77 | 30 | 0 | 2C | 10 | 7C | 37 | 40 |
| Octal | 160 | 326 | 167 | 60 | 0 | 54 | 20 | 174 | 67 | 100 |
| Binary | 1110000 | 11010110 | 1110111 | 110000 | 0 | 101100 | 10000 | 1111100 | 110111 | 1000000 |
Color Harmonies of #70D677
Complementary color
Monochromatic Colors of #70D677
Black with #70D677
Text Example
Text Example
White with #70D677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D677; }
p { color: rgb(112,214,119); }
H1.HeaderClassName
{
color: #70D677;
}
.AnyTagClassName
{
color: #70D677;
}
</style>
background-color css
<style>
a { background-color: #70D677; }
a { background-color: rgb(112,214,119); }
div.DivClassName
{
background-color: #70D677;
}
.BgClassName
{
background-color: #70D677;
}
</style>
border-color css
<style>
span { border-color: #70D677; }
span { border-color: rgb(112,214,119); }
td.TdClassName
{
border-color: #70D677;
}
.TagClassName
{
border-color: #70D677;
}
</style>