Shades of Pastel Green #70EC7D
Tints of Pastel Green #70EC7D
RGB
CMYK
RGB Variations
Color information
#70EC7D (or 0x70EC7D) is known color: Pastel Green. HEX triplet: 70, EC and 7D. RGB value is (112,236,125). Sum of RGB (Red+Green+Blue) = 112+236+125=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EC7D is #8F1382. Grayscale: #BABABA. Windows color (decimal): -9376643 or 8252528. OLE color: 8252528.
HSL color Cylindrical-coordinate representation of color #70EC7D: hue angle of 126.29º 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 #70EC7D is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 125 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.07 |
| HSL | 126.29º | 0.77% | 0.68% | - |
| HSV(B) | 126.29º | 0.53% | 0.93% | - |
| XYZ | 40.38 | 64.92 | 29.8 | - |
| YUV | 186.27 | 93.42 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 125 | 0.53 | 0 | 0.47 | 0.07 | 126.29 | 0.77 | 0.68 |
| Hex | 70 | EC | 7D | 35 | 0 | 2F | 7 | 7E | 4D | 44 |
| Octal | 160 | 354 | 175 | 65 | 0 | 57 | 7 | 176 | 115 | 104 |
| Binary | 1110000 | 11101100 | 1111101 | 110101 | 0 | 101111 | 111 | 1111110 | 1001101 | 1000100 |
Color Harmonies of #70EC7D
Complementary color
Monochromatic Colors of #70EC7D
Black with #70EC7D
Text Example
Text Example
White with #70EC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EC7D; }
p { color: rgb(112,236,125); }
H1.HeaderClassName
{
color: #70EC7D;
}
.AnyTagClassName
{
color: #70EC7D;
}
</style>
background-color css
<style>
a { background-color: #70EC7D; }
a { background-color: rgb(112,236,125); }
div.DivClassName
{
background-color: #70EC7D;
}
.BgClassName
{
background-color: #70EC7D;
}
</style>
border-color css
<style>
span { border-color: #70EC7D; }
span { border-color: rgb(112,236,125); }
td.TdClassName
{
border-color: #70EC7D;
}
.TagClassName
{
border-color: #70EC7D;
}
</style>