Shades of Pastel Green #70DD85
Tints of Pastel Green #70DD85
RGB
CMYK
RGB Variations
Color information
#70DD85 (or 0x70DD85) is known color: Pastel Green. HEX triplet: 70, DD and 85. RGB value is (112,221,133). Sum of RGB (Red+Green+Blue) = 112+221+133=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #70DD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DD85 is #8F227A. Grayscale: #B2B2B2. Windows color (decimal): -9380475 or 8772976. OLE color: 8772976.
HSL color Cylindrical-coordinate representation of color #70DD85: hue angle of 131.56º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DD85 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 221 | 133 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.13 |
| HSL | 131.56º | 0.62% | 0.65% | - |
| HSV(B) | 131.56º | 0.49% | 0.87% | - |
| XYZ | 36.77 | 56.85 | 31.23 | - |
| YUV | 178.38 | 102.39 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 221 | 133 | 0.49 | 0 | 0.40 | 0.13 | 131.56 | 0.62 | 0.65 |
| Hex | 70 | DD | 85 | 31 | 0 | 28 | D | 84 | 3E | 41 |
| Octal | 160 | 335 | 205 | 61 | 0 | 50 | 15 | 204 | 76 | 101 |
| Binary | 1110000 | 11011101 | 10000101 | 110001 | 0 | 101000 | 1101 | 10000100 | 111110 | 1000001 |
Color Harmonies of #70DD85
Complementary color
Monochromatic Colors of #70DD85
Black with #70DD85
Text Example
Text Example
White with #70DD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DD85; }
p { color: rgb(112,221,133); }
H1.HeaderClassName
{
color: #70DD85;
}
.AnyTagClassName
{
color: #70DD85;
}
</style>
background-color css
<style>
a { background-color: #70DD85; }
a { background-color: rgb(112,221,133); }
div.DivClassName
{
background-color: #70DD85;
}
.BgClassName
{
background-color: #70DD85;
}
</style>
border-color css
<style>
span { border-color: #70DD85; }
span { border-color: rgb(112,221,133); }
td.TdClassName
{
border-color: #70DD85;
}
.TagClassName
{
border-color: #70DD85;
}
</style>