Shades of Pastel Green #70E37C
Tints of Pastel Green #70E37C
RGB
CMYK
RGB Variations
Color information
#70E37C (or 0x70E37C) is known color: Pastel Green. HEX triplet: 70, E3 and 7C. RGB value is (112,227,124). Sum of RGB (Red+Green+Blue) = 112+227+124=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 227 (89.06% from 255 or 49.03% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 227 - color contains mainly: green. Hex color #70E37C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E37C is #8F1C83. Grayscale: #B5B5B5. Windows color (decimal): -9378948 or 8184688. OLE color: 8184688.
HSL color Cylindrical-coordinate representation of color #70E37C: hue angle of 126.26º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E37C is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 227 | 124 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.11 |
| HSL | 126.26º | 0.67% | 0.66% | - |
| HSV(B) | 126.26º | 0.51% | 0.89% | - |
| XYZ | 37.79 | 59.84 | 28.63 | - |
| YUV | 180.87 | 95.9 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 227 | 124 | 0.51 | 0 | 0.45 | 0.11 | 126.26 | 0.67 | 0.66 |
| Hex | 70 | E3 | 7C | 33 | 0 | 2D | B | 7E | 43 | 42 |
| Octal | 160 | 343 | 174 | 63 | 0 | 55 | 13 | 176 | 103 | 102 |
| Binary | 1110000 | 11100011 | 1111100 | 110011 | 0 | 101101 | 1011 | 1111110 | 1000011 | 1000010 |
Color Harmonies of #70E37C
Complementary color
Monochromatic Colors of #70E37C
Black with #70E37C
Text Example
Text Example
White with #70E37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E37C; }
p { color: rgb(112,227,124); }
H1.HeaderClassName
{
color: #70E37C;
}
.AnyTagClassName
{
color: #70E37C;
}
</style>
background-color css
<style>
a { background-color: #70E37C; }
a { background-color: rgb(112,227,124); }
div.DivClassName
{
background-color: #70E37C;
}
.BgClassName
{
background-color: #70E37C;
}
</style>
border-color css
<style>
span { border-color: #70E37C; }
span { border-color: rgb(112,227,124); }
td.TdClassName
{
border-color: #70E37C;
}
.TagClassName
{
border-color: #70E37C;
}
</style>