Shades of Pastel Green #70D06F
Tints of Pastel Green #70D06F
RGB
CMYK
RGB Variations
Color information
#70D06F (or 0x70D06F) is known color: Pastel Green. HEX triplet: 70, D0 and 6F. RGB value is (112,208,111). Sum of RGB (Red+Green+Blue) = 112+208+111=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #70D06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D06F is #8F2F90. Grayscale: #A8A8A8. Windows color (decimal): -9383825 or 7327856. OLE color: 7327856.
HSL color Cylindrical-coordinate representation of color #70D06F: hue angle of 119.38º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D06F is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 208 | 111 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.18 |
| HSL | 119.38º | 0.51% | 0.63% | - |
| HSV(B) | 119.38º | 0.47% | 0.82% | - |
| XYZ | 32.11 | 49.7 | 22.94 | - |
| YUV | 168.24 | 95.7 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 208 | 111 | 0.46 | 0 | 0.47 | 0.18 | 119.38 | 0.51 | 0.63 |
| Hex | 70 | D0 | 6F | 2E | 0 | 2F | 12 | 77 | 33 | 3F |
| Octal | 160 | 320 | 157 | 56 | 0 | 57 | 22 | 167 | 63 | 77 |
| Binary | 1110000 | 11010000 | 1101111 | 101110 | 0 | 101111 | 10010 | 1110111 | 110011 | 111111 |
Color Harmonies of #70D06F
Complementary color
Monochromatic Colors of #70D06F
Black with #70D06F
Text Example
Text Example
White with #70D06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D06F; }
p { color: rgb(112,208,111); }
H1.HeaderClassName
{
color: #70D06F;
}
.AnyTagClassName
{
color: #70D06F;
}
</style>
background-color css
<style>
a { background-color: #70D06F; }
a { background-color: rgb(112,208,111); }
div.DivClassName
{
background-color: #70D06F;
}
.BgClassName
{
background-color: #70D06F;
}
</style>
border-color css
<style>
span { border-color: #70D06F; }
span { border-color: rgb(112,208,111); }
td.TdClassName
{
border-color: #70D06F;
}
.TagClassName
{
border-color: #70D06F;
}
</style>