Shades of Pastel Green #70E463
Tints of Pastel Green #70E463
RGB
CMYK
RGB Variations
Color information
#70E463 (or 0x70E463) is known color: Pastel Green. HEX triplet: 70, E4 and 63. RGB value is (112,228,99). Sum of RGB (Red+Green+Blue) = 112+228+99=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 228 (89.45% from 255 or 51.94% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 228 - color contains mainly: green. Hex color #70E463 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E463 is #8F1B9C. Grayscale: #B3B3B3. Windows color (decimal): -9378717 or 6546544. OLE color: 6546544.
HSL color Cylindrical-coordinate representation of color #70E463: hue angle of 113.95º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70E463 is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 228 | 99 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.11 |
| HSL | 113.95º | 0.7% | 0.64% | - |
| HSV(B) | 113.95º | 0.57% | 0.89% | - |
| XYZ | 36.68 | 59.83 | 21.42 | - |
| YUV | 178.61 | 83.07 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 228 | 99 | 0.51 | 0 | 0.57 | 0.11 | 113.95 | 0.7 | 0.64 |
| Hex | 70 | E4 | 63 | 33 | 0 | 39 | B | 72 | 46 | 40 |
| Octal | 160 | 344 | 143 | 63 | 0 | 71 | 13 | 162 | 106 | 100 |
| Binary | 1110000 | 11100100 | 1100011 | 110011 | 0 | 111001 | 1011 | 1110010 | 1000110 | 1000000 |
Color Harmonies of #70E463
Complementary color
Monochromatic Colors of #70E463
Black with #70E463
Text Example
Text Example
White with #70E463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E463; }
p { color: rgb(112,228,99); }
H1.HeaderClassName
{
color: #70E463;
}
.AnyTagClassName
{
color: #70E463;
}
</style>
background-color css
<style>
a { background-color: #70E463; }
a { background-color: rgb(112,228,99); }
div.DivClassName
{
background-color: #70E463;
}
.BgClassName
{
background-color: #70E463;
}
</style>
border-color css
<style>
span { border-color: #70E463; }
span { border-color: rgb(112,228,99); }
td.TdClassName
{
border-color: #70E463;
}
.TagClassName
{
border-color: #70E463;
}
</style>