Shades of Pastel Green #70E57C
Tints of Pastel Green #70E57C
RGB
CMYK
RGB Variations
Color information
#70E57C (or 0x70E57C) is known color: Pastel Green. HEX triplet: 70, E5 and 7C. RGB value is (112,229,124). Sum of RGB (Red+Green+Blue) = 112+229+124=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 229 (89.84% from 255 or 49.25% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 229 - color contains mainly: green. Hex color #70E57C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E57C is #8F1A83. Grayscale: #B6B6B6. Windows color (decimal): -9378436 or 8185200. OLE color: 8185200.
HSL color Cylindrical-coordinate representation of color #70E57C: hue angle of 126.15º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E57C is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 229 | 124 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.10 |
| HSL | 126.15º | 0.69% | 0.67% | - |
| HSV(B) | 126.15º | 0.51% | 0.9% | - |
| XYZ | 38.34 | 60.94 | 28.81 | - |
| YUV | 182.05 | 95.24 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 229 | 124 | 0.51 | 0 | 0.46 | 0.10 | 126.15 | 0.69 | 0.67 |
| Hex | 70 | E5 | 7C | 33 | 0 | 2E | A | 7E | 45 | 43 |
| Octal | 160 | 345 | 174 | 63 | 0 | 56 | 12 | 176 | 105 | 103 |
| Binary | 1110000 | 11100101 | 1111100 | 110011 | 0 | 101110 | 1010 | 1111110 | 1000101 | 1000011 |
Color Harmonies of #70E57C
Complementary color
Monochromatic Colors of #70E57C
Black with #70E57C
Text Example
Text Example
White with #70E57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E57C; }
p { color: rgb(112,229,124); }
H1.HeaderClassName
{
color: #70E57C;
}
.AnyTagClassName
{
color: #70E57C;
}
</style>
background-color css
<style>
a { background-color: #70E57C; }
a { background-color: rgb(112,229,124); }
div.DivClassName
{
background-color: #70E57C;
}
.BgClassName
{
background-color: #70E57C;
}
</style>
border-color css
<style>
span { border-color: #70E57C; }
span { border-color: rgb(112,229,124); }
td.TdClassName
{
border-color: #70E57C;
}
.TagClassName
{
border-color: #70E57C;
}
</style>