Shades of Pastel Green #70F482
Tints of Pastel Green #70F482
RGB
CMYK
RGB Variations
Color information
#70F482 (or 0x70F482) is known color: Pastel Green. HEX triplet: 70, F4 and 82. RGB value is (112,244,130). Sum of RGB (Red+Green+Blue) = 112+244+130=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 244 (95.70% from 255 or 50.21% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 244 - color contains mainly: green. Hex color #70F482 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F482 is #8F0B7D. Grayscale: #BFBFBF. Windows color (decimal): -9374590 or 8582256. OLE color: 8582256.
HSL color Cylindrical-coordinate representation of color #70F482: hue angle of 128.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 #70F482 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 244 | 130 | - |
| CMYK | 0.54 | 0 | 0.47 | 0.04 |
| HSL | 128.18º | 0.86% | 0.7% | - |
| HSV(B) | 128.18º | 0.54% | 0.96% | - |
| XYZ | 43.06 | 69.76 | 32.31 | - |
| YUV | 191.54 | 93.27 | 71.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 244 | 130 | 0.54 | 0 | 0.47 | 0.04 | 128.18 | 0.86 | 0.7 |
| Hex | 70 | F4 | 82 | 36 | 0 | 2F | 4 | 80 | 56 | 46 |
| Octal | 160 | 364 | 202 | 66 | 0 | 57 | 4 | 200 | 126 | 106 |
| Binary | 1110000 | 11110100 | 10000010 | 110110 | 0 | 101111 | 100 | 10000000 | 1010110 | 1000110 |
Color Harmonies of #70F482
Complementary color
Monochromatic Colors of #70F482
Black with #70F482
Text Example
Text Example
White with #70F482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F482; }
p { color: rgb(112,244,130); }
H1.HeaderClassName
{
color: #70F482;
}
.AnyTagClassName
{
color: #70F482;
}
</style>
background-color css
<style>
a { background-color: #70F482; }
a { background-color: rgb(112,244,130); }
div.DivClassName
{
background-color: #70F482;
}
.BgClassName
{
background-color: #70F482;
}
</style>
border-color css
<style>
span { border-color: #70F482; }
span { border-color: rgb(112,244,130); }
td.TdClassName
{
border-color: #70F482;
}
.TagClassName
{
border-color: #70F482;
}
</style>