Shades of Pastel Green #70EC7C
Tints of Pastel Green #70EC7C
RGB
CMYK
RGB Variations
Color information
#70EC7C (or 0x70EC7C) is known color: Pastel Green. HEX triplet: 70, EC and 7C. RGB value is (112,236,124). Sum of RGB (Red+Green+Blue) = 112+236+124=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC7C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EC7C is #8F1383. Grayscale: #BABABA. Windows color (decimal): -9376644 or 8186992. OLE color: 8186992.
HSL color Cylindrical-coordinate representation of color #70EC7C: hue angle of 125.81º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EC7C is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 124 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.07 |
| HSL | 125.81º | 0.77% | 0.68% | - |
| HSV(B) | 125.81º | 0.53% | 0.93% | - |
| XYZ | 40.32 | 64.89 | 29.47 | - |
| YUV | 186.16 | 92.92 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 124 | 0.53 | 0 | 0.47 | 0.07 | 125.81 | 0.77 | 0.68 |
| Hex | 70 | EC | 7C | 35 | 0 | 2F | 7 | 7E | 4D | 44 |
| Octal | 160 | 354 | 174 | 65 | 0 | 57 | 7 | 176 | 115 | 104 |
| Binary | 1110000 | 11101100 | 1111100 | 110101 | 0 | 101111 | 111 | 1111110 | 1001101 | 1000100 |
Color Harmonies of #70EC7C
Complementary color
Monochromatic Colors of #70EC7C
Black with #70EC7C
Text Example
Text Example
White with #70EC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EC7C; }
p { color: rgb(112,236,124); }
H1.HeaderClassName
{
color: #70EC7C;
}
.AnyTagClassName
{
color: #70EC7C;
}
</style>
background-color css
<style>
a { background-color: #70EC7C; }
a { background-color: rgb(112,236,124); }
div.DivClassName
{
background-color: #70EC7C;
}
.BgClassName
{
background-color: #70EC7C;
}
</style>
border-color css
<style>
span { border-color: #70EC7C; }
span { border-color: rgb(112,236,124); }
td.TdClassName
{
border-color: #70EC7C;
}
.TagClassName
{
border-color: #70EC7C;
}
</style>