Shades of Pastel Green #70D070
Tints of Pastel Green #70D070
RGB
CMYK
RGB Variations
Color information
#70D070 (or 0x70D070) is known color: Pastel Green. HEX triplet: 70, D0 and 70. RGB value is (112,208,112). Sum of RGB (Red+Green+Blue) = 112+208+112=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #70D070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D070 is #8F2F8F. Grayscale: #A8A8A8. Windows color (decimal): -9383824 or 7393392. OLE color: 7393392.
HSL color Cylindrical-coordinate representation of color #70D070: hue angle of 120º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70D070 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 208 | 112 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.18 |
| HSL | 120º | 0.51% | 0.63% | - |
| HSV(B) | 120º | 0.46% | 0.82% | - |
| XYZ | 32.16 | 49.73 | 23.23 | - |
| YUV | 168.35 | 96.2 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 208 | 112 | 0.46 | 0 | 0.46 | 0.18 | 120 | 0.51 | 0.63 |
| Hex | 70 | D0 | 70 | 2E | 0 | 2E | 12 | 78 | 33 | 3F |
| Octal | 160 | 320 | 160 | 56 | 0 | 56 | 22 | 170 | 63 | 77 |
| Binary | 1110000 | 11010000 | 1110000 | 101110 | 0 | 101110 | 10010 | 1111000 | 110011 | 111111 |
Color Harmonies of #70D070
Complementary color
Monochromatic Colors of #70D070
Black with #70D070
Text Example
Text Example
White with #70D070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D070; }
p { color: rgb(112,208,112); }
H1.HeaderClassName
{
color: #70D070;
}
.AnyTagClassName
{
color: #70D070;
}
</style>
background-color css
<style>
a { background-color: #70D070; }
a { background-color: rgb(112,208,112); }
div.DivClassName
{
background-color: #70D070;
}
.BgClassName
{
background-color: #70D070;
}
</style>
border-color css
<style>
span { border-color: #70D070; }
span { border-color: rgb(112,208,112); }
td.TdClassName
{
border-color: #70D070;
}
.TagClassName
{
border-color: #70D070;
}
</style>