Shades of Pastel Green #70D383
Tints of Pastel Green #70D383
RGB
CMYK
RGB Variations
Color information
#70D383 (or 0x70D383) is known color: Pastel Green. HEX triplet: 70, D3 and 83. RGB value is (112,211,131). Sum of RGB (Red+Green+Blue) = 112+211+131=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 211 (82.81% from 255 or 46.48% from 454); Blue value is 131 (51.56% from 255 or 28.85% from 454); Max value from RGB is 211 - color contains mainly: green. Hex color #70D383 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D383 is #8F2C7C. Grayscale: #ACACAC. Windows color (decimal): -9383037 or 8639344. OLE color: 8639344.
HSL color Cylindrical-coordinate representation of color #70D383: hue angle of 131.52º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D383 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 211 | 131 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.17 |
| HSL | 131.52º | 0.53% | 0.63% | - |
| HSV(B) | 131.52º | 0.47% | 0.83% | - |
| XYZ | 34.07 | 51.67 | 29.65 | - |
| YUV | 172.28 | 104.7 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 211 | 131 | 0.47 | 0 | 0.38 | 0.17 | 131.52 | 0.53 | 0.63 |
| Hex | 70 | D3 | 83 | 2F | 0 | 26 | 11 | 84 | 35 | 3F |
| Octal | 160 | 323 | 203 | 57 | 0 | 46 | 21 | 204 | 65 | 77 |
| Binary | 1110000 | 11010011 | 10000011 | 101111 | 0 | 100110 | 10001 | 10000100 | 110101 | 111111 |
Color Harmonies of #70D383
Complementary color
Monochromatic Colors of #70D383
Black with #70D383
Text Example
Text Example
White with #70D383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D383; }
p { color: rgb(112,211,131); }
H1.HeaderClassName
{
color: #70D383;
}
.AnyTagClassName
{
color: #70D383;
}
</style>
background-color css
<style>
a { background-color: #70D383; }
a { background-color: rgb(112,211,131); }
div.DivClassName
{
background-color: #70D383;
}
.BgClassName
{
background-color: #70D383;
}
</style>
border-color css
<style>
span { border-color: #70D383; }
span { border-color: rgb(112,211,131); }
td.TdClassName
{
border-color: #70D383;
}
.TagClassName
{
border-color: #70D383;
}
</style>