Shades of Pastel Green #70F47A
Tints of Pastel Green #70F47A
RGB
CMYK
RGB Variations
Color information
#70F47A (or 0x70F47A) is known color: Pastel Green. HEX triplet: 70, F4 and 7A. RGB value is (112,244,122). Sum of RGB (Red+Green+Blue) = 112+244+122=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 244 (95.70% from 255 or 51.05% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 244 - color contains mainly: green. Hex color #70F47A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F47A is #8F0B85. Grayscale: #BEBEBE. Windows color (decimal): -9374598 or 8057968. OLE color: 8057968.
HSL color Cylindrical-coordinate representation of color #70F47A: hue angle of 124.55º 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 #70F47A is Cyan = 0.54, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 244 | 122 | - |
| CMYK | 0.54 | 0 | 0.5 | 0.04 |
| HSL | 124.55º | 0.86% | 0.7% | - |
| HSV(B) | 124.55º | 0.54% | 0.96% | - |
| XYZ | 42.55 | 69.55 | 29.59 | - |
| YUV | 190.62 | 89.27 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 244 | 122 | 0.54 | 0 | 0.5 | 0.04 | 124.55 | 0.86 | 0.7 |
| Hex | 70 | F4 | 7A | 36 | 0 | 32 | 4 | 7D | 56 | 46 |
| Octal | 160 | 364 | 172 | 66 | 0 | 62 | 4 | 175 | 126 | 106 |
| Binary | 1110000 | 11110100 | 1111010 | 110110 | 0 | 110010 | 100 | 1111101 | 1010110 | 1000110 |
Color Harmonies of #70F47A
Complementary color
Monochromatic Colors of #70F47A
Black with #70F47A
Text Example
Text Example
White with #70F47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F47A; }
p { color: rgb(112,244,122); }
H1.HeaderClassName
{
color: #70F47A;
}
.AnyTagClassName
{
color: #70F47A;
}
</style>
background-color css
<style>
a { background-color: #70F47A; }
a { background-color: rgb(112,244,122); }
div.DivClassName
{
background-color: #70F47A;
}
.BgClassName
{
background-color: #70F47A;
}
</style>
border-color css
<style>
span { border-color: #70F47A; }
span { border-color: rgb(112,244,122); }
td.TdClassName
{
border-color: #70F47A;
}
.TagClassName
{
border-color: #70F47A;
}
</style>