Shades of Pastel Green #70C870
Tints of Pastel Green #70C870
RGB
CMYK
RGB Variations
Color information
#70C870 (or 0x70C870) is known color: Pastel Green. HEX triplet: 70, C8 and 70. RGB value is (112,200,112). Sum of RGB (Red+Green+Blue) = 112+200+112=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 200 (78.52% from 255 or 47.17% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 200 - color contains mainly: green. Hex color #70C870 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C870 is #8F378F. Grayscale: #A3A3A3. Windows color (decimal): -9385872 or 7391344. OLE color: 7391344.
HSL color Cylindrical-coordinate representation of color #70C870: hue angle of 120º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70C870 is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 200 | 112 | - |
| CMYK | 0.44 | 0 | 0.44 | 0.22 |
| HSL | 120º | 0.44% | 0.61% | - |
| HSV(B) | 120º | 0.44% | 0.78% | - |
| XYZ | 30.26 | 45.92 | 22.6 | - |
| YUV | 163.66 | 98.85 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 200 | 112 | 0.44 | 0 | 0.44 | 0.22 | 120 | 0.44 | 0.61 |
| Hex | 70 | C8 | 70 | 2C | 0 | 2C | 16 | 78 | 2C | 3D |
| Octal | 160 | 310 | 160 | 54 | 0 | 54 | 26 | 170 | 54 | 75 |
| Binary | 1110000 | 11001000 | 1110000 | 101100 | 0 | 101100 | 10110 | 1111000 | 101100 | 111101 |
Color Harmonies of #70C870
Complementary color
Monochromatic Colors of #70C870
Black with #70C870
Text Example
Text Example
White with #70C870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C870; }
p { color: rgb(112,200,112); }
H1.HeaderClassName
{
color: #70C870;
}
.AnyTagClassName
{
color: #70C870;
}
</style>
background-color css
<style>
a { background-color: #70C870; }
a { background-color: rgb(112,200,112); }
div.DivClassName
{
background-color: #70C870;
}
.BgClassName
{
background-color: #70C870;
}
</style>
border-color css
<style>
span { border-color: #70C870; }
span { border-color: rgb(112,200,112); }
td.TdClassName
{
border-color: #70C870;
}
.TagClassName
{
border-color: #70C870;
}
</style>