Shades of Pastel Green #70C877
Tints of Pastel Green #70C877
RGB
CMYK
RGB Variations
Color information
#70C877 (or 0x70C877) is known color: Pastel Green. HEX triplet: 70, C8 and 77. RGB value is (112,200,119). Sum of RGB (Red+Green+Blue) = 112+200+119=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 200 - color contains mainly: green. Hex color #70C877 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C877 is #8F3788. Grayscale: #A4A4A4. Windows color (decimal): -9385865 or 7850096. OLE color: 7850096.
HSL color Cylindrical-coordinate representation of color #70C877: hue angle of 124.77º 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 #70C877 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 200 | 119 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.22 |
| HSL | 124.77º | 0.44% | 0.61% | - |
| HSV(B) | 124.77º | 0.44% | 0.78% | - |
| XYZ | 30.67 | 46.09 | 24.73 | - |
| YUV | 164.45 | 102.35 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 200 | 119 | 0.44 | 0 | 0.40 | 0.22 | 124.77 | 0.44 | 0.61 |
| Hex | 70 | C8 | 77 | 2C | 0 | 28 | 16 | 7D | 2C | 3D |
| Octal | 160 | 310 | 167 | 54 | 0 | 50 | 26 | 175 | 54 | 75 |
| Binary | 1110000 | 11001000 | 1110111 | 101100 | 0 | 101000 | 10110 | 1111101 | 101100 | 111101 |
Color Harmonies of #70C877
Complementary color
Monochromatic Colors of #70C877
Black with #70C877
Text Example
Text Example
White with #70C877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C877; }
p { color: rgb(112,200,119); }
H1.HeaderClassName
{
color: #70C877;
}
.AnyTagClassName
{
color: #70C877;
}
</style>
background-color css
<style>
a { background-color: #70C877; }
a { background-color: rgb(112,200,119); }
div.DivClassName
{
background-color: #70C877;
}
.BgClassName
{
background-color: #70C877;
}
</style>
border-color css
<style>
span { border-color: #70C877; }
span { border-color: rgb(112,200,119); }
td.TdClassName
{
border-color: #70C877;
}
.TagClassName
{
border-color: #70C877;
}
</style>