Shades of Pastel Green #70E970
Tints of Pastel Green #70E970
RGB
CMYK
RGB Variations
Color information
#70E970 (or 0x70E970) is known color: Pastel Green. HEX triplet: 70, E9 and 70. RGB value is (112,233,112). Sum of RGB (Red+Green+Blue) = 112+233+112=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 233 (91.41% from 255 or 50.98% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 233 - color contains mainly: green. Hex color #70E970 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70E970 is #8F168F. Grayscale: #B7B7B7. Windows color (decimal): -9377424 or 7399792. OLE color: 7399792.
HSL color Cylindrical-coordinate representation of color #70E970: hue angle of 120º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E970 is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 233 | 112 | - |
| CMYK | 0.52 | 0 | 0.52 | 0.09 |
| HSL | 120º | 0.73% | 0.68% | - |
| HSV(B) | 120º | 0.52% | 0.91% | - |
| XYZ | 38.75 | 62.89 | 25.43 | - |
| YUV | 183.03 | 87.91 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 233 | 112 | 0.52 | 0 | 0.52 | 0.09 | 120 | 0.73 | 0.68 |
| Hex | 70 | E9 | 70 | 34 | 0 | 34 | 9 | 78 | 49 | 44 |
| Octal | 160 | 351 | 160 | 64 | 0 | 64 | 11 | 170 | 111 | 104 |
| Binary | 1110000 | 11101001 | 1110000 | 110100 | 0 | 110100 | 1001 | 1111000 | 1001001 | 1000100 |
Color Harmonies of #70E970
Complementary color
Monochromatic Colors of #70E970
Black with #70E970
Text Example
Text Example
White with #70E970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E970; }
p { color: rgb(112,233,112); }
H1.HeaderClassName
{
color: #70E970;
}
.AnyTagClassName
{
color: #70E970;
}
</style>
background-color css
<style>
a { background-color: #70E970; }
a { background-color: rgb(112,233,112); }
div.DivClassName
{
background-color: #70E970;
}
.BgClassName
{
background-color: #70E970;
}
</style>
border-color css
<style>
span { border-color: #70E970; }
span { border-color: rgb(112,233,112); }
td.TdClassName
{
border-color: #70E970;
}
.TagClassName
{
border-color: #70E970;
}
</style>