Shades of Pastel Green #70C97C
Tints of Pastel Green #70C97C
RGB
CMYK
RGB Variations
Color information
#70C97C (or 0x70C97C) is known color: Pastel Green. HEX triplet: 70, C9 and 7C. RGB value is (112,201,124). Sum of RGB (Red+Green+Blue) = 112+201+124=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 201 - color contains mainly: green. Hex color #70C97C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C97C is #8F3683. Grayscale: #A5A5A5. Windows color (decimal): -9385604 or 8178032. OLE color: 8178032.
HSL color Cylindrical-coordinate representation of color #70C97C: hue angle of 128.09º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70C97C is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 201 | 124 | - |
| CMYK | 0.44 | 0 | 0.38 | 0.21 |
| HSL | 128.09º | 0.45% | 0.61% | - |
| HSV(B) | 128.09º | 0.44% | 0.79% | - |
| XYZ | 31.21 | 46.67 | 26.43 | - |
| YUV | 165.61 | 104.51 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 201 | 124 | 0.44 | 0 | 0.38 | 0.21 | 128.09 | 0.45 | 0.61 |
| Hex | 70 | C9 | 7C | 2C | 0 | 26 | 15 | 80 | 2D | 3D |
| Octal | 160 | 311 | 174 | 54 | 0 | 46 | 25 | 200 | 55 | 75 |
| Binary | 1110000 | 11001001 | 1111100 | 101100 | 0 | 100110 | 10101 | 10000000 | 101101 | 111101 |
Color Harmonies of #70C97C
Complementary color
Monochromatic Colors of #70C97C
Black with #70C97C
Text Example
Text Example
White with #70C97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C97C; }
p { color: rgb(112,201,124); }
H1.HeaderClassName
{
color: #70C97C;
}
.AnyTagClassName
{
color: #70C97C;
}
</style>
background-color css
<style>
a { background-color: #70C97C; }
a { background-color: rgb(112,201,124); }
div.DivClassName
{
background-color: #70C97C;
}
.BgClassName
{
background-color: #70C97C;
}
</style>
border-color css
<style>
span { border-color: #70C97C; }
span { border-color: rgb(112,201,124); }
td.TdClassName
{
border-color: #70C97C;
}
.TagClassName
{
border-color: #70C97C;
}
</style>