Shades of Pastel Green #70D685
Tints of Pastel Green #70D685
RGB
CMYK
RGB Variations
Color information
#70D685 (or 0x70D685) is known color: Pastel Green. HEX triplet: 70, D6 and 85. RGB value is (112,214,133). Sum of RGB (Red+Green+Blue) = 112+214+133=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 214 - color contains mainly: green. Hex color #70D685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D685 is #8F297A. Grayscale: #AEAEAE. Windows color (decimal): -9382267 or 8771184. OLE color: 8771184.
HSL color Cylindrical-coordinate representation of color #70D685: hue angle of 132.35º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D685 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 214 | 133 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.16 |
| HSL | 132.35º | 0.55% | 0.64% | - |
| HSV(B) | 132.35º | 0.48% | 0.84% | - |
| XYZ | 34.96 | 53.23 | 30.62 | - |
| YUV | 174.27 | 104.71 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 214 | 133 | 0.48 | 0 | 0.38 | 0.16 | 132.35 | 0.55 | 0.64 |
| Hex | 70 | D6 | 85 | 30 | 0 | 26 | 10 | 84 | 37 | 40 |
| Octal | 160 | 326 | 205 | 60 | 0 | 46 | 20 | 204 | 67 | 100 |
| Binary | 1110000 | 11010110 | 10000101 | 110000 | 0 | 100110 | 10000 | 10000100 | 110111 | 1000000 |
Color Harmonies of #70D685
Complementary color
Monochromatic Colors of #70D685
Black with #70D685
Text Example
Text Example
White with #70D685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D685; }
p { color: rgb(112,214,133); }
H1.HeaderClassName
{
color: #70D685;
}
.AnyTagClassName
{
color: #70D685;
}
</style>
background-color css
<style>
a { background-color: #70D685; }
a { background-color: rgb(112,214,133); }
div.DivClassName
{
background-color: #70D685;
}
.BgClassName
{
background-color: #70D685;
}
</style>
border-color css
<style>
span { border-color: #70D685; }
span { border-color: rgb(112,214,133); }
td.TdClassName
{
border-color: #70D685;
}
.TagClassName
{
border-color: #70D685;
}
</style>