Shades of Pastel Green #70D06E
Tints of Pastel Green #70D06E
RGB
CMYK
RGB Variations
Color information
#70D06E (or 0x70D06E) is known color: Pastel Green. HEX triplet: 70, D0 and 6E. RGB value is (112,208,110). Sum of RGB (Red+Green+Blue) = 112+208+110=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #70D06E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D06E is #8F2F91. Grayscale: #A8A8A8. Windows color (decimal): -9383826 or 7262320. OLE color: 7262320.
HSL color Cylindrical-coordinate representation of color #70D06E: hue angle of 118.78º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D06E is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 208 | 110 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.18 |
| HSL | 118.78º | 0.51% | 0.62% | - |
| HSV(B) | 118.78º | 0.47% | 0.82% | - |
| XYZ | 32.05 | 49.68 | 22.65 | - |
| YUV | 168.12 | 95.2 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 208 | 110 | 0.46 | 0 | 0.47 | 0.18 | 118.78 | 0.51 | 0.62 |
| Hex | 70 | D0 | 6E | 2E | 0 | 2F | 12 | 77 | 33 | 3E |
| Octal | 160 | 320 | 156 | 56 | 0 | 57 | 22 | 167 | 63 | 76 |
| Binary | 1110000 | 11010000 | 1101110 | 101110 | 0 | 101111 | 10010 | 1110111 | 110011 | 111110 |
Color Harmonies of #70D06E
Complementary color
Monochromatic Colors of #70D06E
Black with #70D06E
Text Example
Text Example
White with #70D06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D06E; }
p { color: rgb(112,208,110); }
H1.HeaderClassName
{
color: #70D06E;
}
.AnyTagClassName
{
color: #70D06E;
}
</style>
background-color css
<style>
a { background-color: #70D06E; }
a { background-color: rgb(112,208,110); }
div.DivClassName
{
background-color: #70D06E;
}
.BgClassName
{
background-color: #70D06E;
}
</style>
border-color css
<style>
span { border-color: #70D06E; }
span { border-color: rgb(112,208,110); }
td.TdClassName
{
border-color: #70D06E;
}
.TagClassName
{
border-color: #70D06E;
}
</style>