Shades of Pastel Green #70EC8F
Tints of Pastel Green #70EC8F
RGB
CMYK
RGB Variations
Color information
#70EC8F (or 0x70EC8F) is known color: Pastel Green. HEX triplet: 70, EC and 8F. RGB value is (112,236,143). Sum of RGB (Red+Green+Blue) = 112+236+143=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EC8F is #8F1370. Grayscale: #BCBCBC. Windows color (decimal): -9376625 or 9432176. OLE color: 9432176.
HSL color Cylindrical-coordinate representation of color #70EC8F: hue angle of 135º 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 #70EC8F is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 143 | - |
| CMYK | 0.53 | 0 | 0.39 | 0.07 |
| HSL | 135º | 0.77% | 0.68% | - |
| HSV(B) | 135º | 0.53% | 0.93% | - |
| XYZ | 41.64 | 65.42 | 36.42 | - |
| YUV | 188.32 | 102.42 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 143 | 0.53 | 0 | 0.39 | 0.07 | 135 | 0.77 | 0.68 |
| Hex | 70 | EC | 8F | 35 | 0 | 27 | 7 | 87 | 4D | 44 |
| Octal | 160 | 354 | 217 | 65 | 0 | 47 | 7 | 207 | 115 | 104 |
| Binary | 1110000 | 11101100 | 10001111 | 110101 | 0 | 100111 | 111 | 10000111 | 1001101 | 1000100 |
Color Harmonies of #70EC8F
Complementary color
Monochromatic Colors of #70EC8F
Black with #70EC8F
Text Example
Text Example
White with #70EC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EC8F; }
p { color: rgb(112,236,143); }
H1.HeaderClassName
{
color: #70EC8F;
}
.AnyTagClassName
{
color: #70EC8F;
}
</style>
background-color css
<style>
a { background-color: #70EC8F; }
a { background-color: rgb(112,236,143); }
div.DivClassName
{
background-color: #70EC8F;
}
.BgClassName
{
background-color: #70EC8F;
}
</style>
border-color css
<style>
span { border-color: #70EC8F; }
span { border-color: rgb(112,236,143); }
td.TdClassName
{
border-color: #70EC8F;
}
.TagClassName
{
border-color: #70EC8F;
}
</style>