Shades of Pastel Green #70E864
Tints of Pastel Green #70E864
RGB
CMYK
RGB Variations
Color information
#70E864 (or 0x70E864) is known color: Pastel Green. HEX triplet: 70, E8 and 64. RGB value is (112,232,100). Sum of RGB (Red+Green+Blue) = 112+232+100=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 232 (91.02% from 255 or 52.25% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 232 - color contains mainly: green. Hex color #70E864 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70E864 is #8F179B. Grayscale: #B5B5B5. Windows color (decimal): -9377692 or 6613104. OLE color: 6613104.
HSL color Cylindrical-coordinate representation of color #70E864: hue angle of 114.55º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70E864 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 232 | 100 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.09 |
| HSL | 114.55º | 0.74% | 0.65% | - |
| HSV(B) | 114.55º | 0.57% | 0.91% | - |
| XYZ | 37.84 | 62.08 | 22.04 | - |
| YUV | 181.07 | 82.24 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 232 | 100 | 0.52 | 0 | 0.57 | 0.09 | 114.55 | 0.74 | 0.65 |
| Hex | 70 | E8 | 64 | 34 | 0 | 39 | 9 | 73 | 4A | 41 |
| Octal | 160 | 350 | 144 | 64 | 0 | 71 | 11 | 163 | 112 | 101 |
| Binary | 1110000 | 11101000 | 1100100 | 110100 | 0 | 111001 | 1001 | 1110011 | 1001010 | 1000001 |
Color Harmonies of #70E864
Complementary color
Monochromatic Colors of #70E864
Black with #70E864
Text Example
Text Example
White with #70E864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E864; }
p { color: rgb(112,232,100); }
H1.HeaderClassName
{
color: #70E864;
}
.AnyTagClassName
{
color: #70E864;
}
</style>
background-color css
<style>
a { background-color: #70E864; }
a { background-color: rgb(112,232,100); }
div.DivClassName
{
background-color: #70E864;
}
.BgClassName
{
background-color: #70E864;
}
</style>
border-color css
<style>
span { border-color: #70E864; }
span { border-color: rgb(112,232,100); }
td.TdClassName
{
border-color: #70E864;
}
.TagClassName
{
border-color: #70E864;
}
</style>