Shades of Pastel Green #70F48D
Tints of Pastel Green #70F48D
RGB
CMYK
RGB Variations
Color information
#70F48D (or 0x70F48D) is known color: Pastel Green. HEX triplet: 70, F4 and 8D. RGB value is (112,244,141). Sum of RGB (Red+Green+Blue) = 112+244+141=497 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.54% from 497); Green value is 244 (95.70% from 255 or 49.09% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 244 - color contains mainly: green. Hex color #70F48D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F48D is #8F0B72. Grayscale: #C1C1C1. Windows color (decimal): -9374579 or 9303152. OLE color: 9303152.
HSL color Cylindrical-coordinate representation of color #70F48D: hue angle of 133.18º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F48D is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 244 | 141 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.04 |
| HSL | 133.18º | 0.86% | 0.7% | - |
| HSV(B) | 133.18º | 0.54% | 0.96% | - |
| XYZ | 43.84 | 70.07 | 36.41 | - |
| YUV | 192.79 | 98.77 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 244 | 141 | 0.54 | 0 | 0.42 | 0.04 | 133.18 | 0.86 | 0.7 |
| Hex | 70 | F4 | 8D | 36 | 0 | 2A | 4 | 85 | 56 | 46 |
| Octal | 160 | 364 | 215 | 66 | 0 | 52 | 4 | 205 | 126 | 106 |
| Binary | 1110000 | 11110100 | 10001101 | 110110 | 0 | 101010 | 100 | 10000101 | 1010110 | 1000110 |
Color Harmonies of #70F48D
Complementary color
Monochromatic Colors of #70F48D
Black with #70F48D
Text Example
Text Example
White with #70F48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F48D; }
p { color: rgb(112,244,141); }
H1.HeaderClassName
{
color: #70F48D;
}
.AnyTagClassName
{
color: #70F48D;
}
</style>
background-color css
<style>
a { background-color: #70F48D; }
a { background-color: rgb(112,244,141); }
div.DivClassName
{
background-color: #70F48D;
}
.BgClassName
{
background-color: #70F48D;
}
</style>
border-color css
<style>
span { border-color: #70F48D; }
span { border-color: rgb(112,244,141); }
td.TdClassName
{
border-color: #70F48D;
}
.TagClassName
{
border-color: #70F48D;
}
</style>