Shades of Pastel Green #70E363
Tints of Pastel Green #70E363
RGB
CMYK
RGB Variations
Color information
#70E363 (or 0x70E363) is known color: Pastel Green. HEX triplet: 70, E3 and 63. RGB value is (112,227,99). Sum of RGB (Red+Green+Blue) = 112+227+99=438 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.57% from 438); Green value is 227 (89.06% from 255 or 51.83% from 438); Blue value is 99 (39.06% from 255 or 22.60% from 438); Max value from RGB is 227 - color contains mainly: green. Hex color #70E363 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E363 is #8F1C9C. Grayscale: #B2B2B2. Windows color (decimal): -9378973 or 6546288. OLE color: 6546288.
HSL color Cylindrical-coordinate representation of color #70E363: hue angle of 113.91º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70E363 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 227 | 99 | - |
| CMYK | 0.51 | 0 | 0.56 | 0.11 |
| HSL | 113.91º | 0.7% | 0.64% | - |
| HSV(B) | 113.91º | 0.56% | 0.89% | - |
| XYZ | 36.4 | 59.28 | 21.33 | - |
| YUV | 178.02 | 83.4 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 227 | 99 | 0.51 | 0 | 0.56 | 0.11 | 113.91 | 0.7 | 0.64 |
| Hex | 70 | E3 | 63 | 33 | 0 | 38 | B | 72 | 46 | 40 |
| Octal | 160 | 343 | 143 | 63 | 0 | 70 | 13 | 162 | 106 | 100 |
| Binary | 1110000 | 11100011 | 1100011 | 110011 | 0 | 111000 | 1011 | 1110010 | 1000110 | 1000000 |
Color Harmonies of #70E363
Complementary color
Monochromatic Colors of #70E363
Black with #70E363
Text Example
Text Example
White with #70E363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E363; }
p { color: rgb(112,227,99); }
H1.HeaderClassName
{
color: #70E363;
}
.AnyTagClassName
{
color: #70E363;
}
</style>
background-color css
<style>
a { background-color: #70E363; }
a { background-color: rgb(112,227,99); }
div.DivClassName
{
background-color: #70E363;
}
.BgClassName
{
background-color: #70E363;
}
</style>
border-color css
<style>
span { border-color: #70E363; }
span { border-color: rgb(112,227,99); }
td.TdClassName
{
border-color: #70E363;
}
.TagClassName
{
border-color: #70E363;
}
</style>