Shades of Pastel Green #70D363
Tints of Pastel Green #70D363
RGB
CMYK
RGB Variations
Color information
#70D363 (or 0x70D363) is known color: Pastel Green. HEX triplet: 70, D3 and 63. RGB value is (112,211,99). Sum of RGB (Red+Green+Blue) = 112+211+99=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 211 (82.81% from 255 or 50% from 422); Blue value is 99 (39.06% from 255 or 23.46% from 422); Max value from RGB is 211 - color contains mainly: green. Hex color #70D363 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D363 is #8F2C9C. Grayscale: #A8A8A8. Windows color (decimal): -9383069 or 6542192. OLE color: 6542192.
HSL color Cylindrical-coordinate representation of color #70D363: hue angle of 113.04º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70D363 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 211 | 99 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.17 |
| HSL | 113.04º | 0.56% | 0.61% | - |
| HSV(B) | 113.04º | 0.53% | 0.83% | - |
| XYZ | 32.23 | 50.93 | 19.94 | - |
| YUV | 168.63 | 88.7 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 211 | 99 | 0.47 | 0 | 0.53 | 0.17 | 113.04 | 0.56 | 0.61 |
| Hex | 70 | D3 | 63 | 2F | 0 | 35 | 11 | 71 | 38 | 3D |
| Octal | 160 | 323 | 143 | 57 | 0 | 65 | 21 | 161 | 70 | 75 |
| Binary | 1110000 | 11010011 | 1100011 | 101111 | 0 | 110101 | 10001 | 1110001 | 111000 | 111101 |
Color Harmonies of #70D363
Complementary color
Monochromatic Colors of #70D363
Black with #70D363
Text Example
Text Example
White with #70D363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D363; }
p { color: rgb(112,211,99); }
H1.HeaderClassName
{
color: #70D363;
}
.AnyTagClassName
{
color: #70D363;
}
</style>
background-color css
<style>
a { background-color: #70D363; }
a { background-color: rgb(112,211,99); }
div.DivClassName
{
background-color: #70D363;
}
.BgClassName
{
background-color: #70D363;
}
</style>
border-color css
<style>
span { border-color: #70D363; }
span { border-color: rgb(112,211,99); }
td.TdClassName
{
border-color: #70D363;
}
.TagClassName
{
border-color: #70D363;
}
</style>