Shades of Pastel Green #70DC83
Tints of Pastel Green #70DC83
RGB
CMYK
RGB Variations
Color information
#70DC83 (or 0x70DC83) is known color: Pastel Green. HEX triplet: 70, DC and 83. RGB value is (112,220,131). Sum of RGB (Red+Green+Blue) = 112+220+131=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DC83 is #8F237C. Grayscale: #B1B1B1. Windows color (decimal): -9380733 or 8641648. OLE color: 8641648.
HSL color Cylindrical-coordinate representation of color #70DC83: hue angle of 130.56º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DC83 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 220 | 131 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.14 |
| HSL | 130.56º | 0.61% | 0.65% | - |
| HSV(B) | 130.56º | 0.49% | 0.86% | - |
| XYZ | 36.37 | 56.27 | 30.42 | - |
| YUV | 177.56 | 101.72 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 131 | 0.49 | 0 | 0.40 | 0.14 | 130.56 | 0.61 | 0.65 |
| Hex | 70 | DC | 83 | 31 | 0 | 28 | E | 83 | 3D | 41 |
| Octal | 160 | 334 | 203 | 61 | 0 | 50 | 16 | 203 | 75 | 101 |
| Binary | 1110000 | 11011100 | 10000011 | 110001 | 0 | 101000 | 1110 | 10000011 | 111101 | 1000001 |
Color Harmonies of #70DC83
Complementary color
Monochromatic Colors of #70DC83
Black with #70DC83
Text Example
Text Example
White with #70DC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DC83; }
p { color: rgb(112,220,131); }
H1.HeaderClassName
{
color: #70DC83;
}
.AnyTagClassName
{
color: #70DC83;
}
</style>
background-color css
<style>
a { background-color: #70DC83; }
a { background-color: rgb(112,220,131); }
div.DivClassName
{
background-color: #70DC83;
}
.BgClassName
{
background-color: #70DC83;
}
</style>
border-color css
<style>
span { border-color: #70DC83; }
span { border-color: rgb(112,220,131); }
td.TdClassName
{
border-color: #70DC83;
}
.TagClassName
{
border-color: #70DC83;
}
</style>