Shades of Pastel Green #70E470
Tints of Pastel Green #70E470
RGB
CMYK
RGB Variations
Color information
#70E470 (or 0x70E470) is known color: Pastel Green. HEX triplet: 70, E4 and 70. RGB value is (112,228,112). Sum of RGB (Red+Green+Blue) = 112+228+112=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 228 (89.45% from 255 or 50.44% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 228 - color contains mainly: green. Hex color #70E470 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E470 is #8F1B8F. Grayscale: #B4B4B4. Windows color (decimal): -9378704 or 7398512. OLE color: 7398512.
HSL color Cylindrical-coordinate representation of color #70E470: hue angle of 120º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E470 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 228 | 112 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.11 |
| HSL | 120º | 0.68% | 0.67% | - |
| HSV(B) | 120º | 0.51% | 0.89% | - |
| XYZ | 37.35 | 60.1 | 24.96 | - |
| YUV | 180.09 | 89.57 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 228 | 112 | 0.51 | 0 | 0.51 | 0.11 | 120 | 0.68 | 0.67 |
| Hex | 70 | E4 | 70 | 33 | 0 | 33 | B | 78 | 44 | 43 |
| Octal | 160 | 344 | 160 | 63 | 0 | 63 | 13 | 170 | 104 | 103 |
| Binary | 1110000 | 11100100 | 1110000 | 110011 | 0 | 110011 | 1011 | 1111000 | 1000100 | 1000011 |
Color Harmonies of #70E470
Complementary color
Monochromatic Colors of #70E470
Black with #70E470
Text Example
Text Example
White with #70E470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E470; }
p { color: rgb(112,228,112); }
H1.HeaderClassName
{
color: #70E470;
}
.AnyTagClassName
{
color: #70E470;
}
</style>
background-color css
<style>
a { background-color: #70E470; }
a { background-color: rgb(112,228,112); }
div.DivClassName
{
background-color: #70E470;
}
.BgClassName
{
background-color: #70E470;
}
</style>
border-color css
<style>
span { border-color: #70E470; }
span { border-color: rgb(112,228,112); }
td.TdClassName
{
border-color: #70E470;
}
.TagClassName
{
border-color: #70E470;
}
</style>