Shades of Pastel Green #70D488
Tints of Pastel Green #70D488
RGB
CMYK
RGB Variations
Color information
#70D488 (or 0x70D488) is known color: Pastel Green. HEX triplet: 70, D4 and 88. RGB value is (112,212,136). Sum of RGB (Red+Green+Blue) = 112+212+136=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 212 (83.20% from 255 or 46.09% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 212 - color contains mainly: green. Hex color #70D488 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D488 is #8F2B77. Grayscale: #ADADAD. Windows color (decimal): -9382776 or 8967280. OLE color: 8967280.
HSL color Cylindrical-coordinate representation of color #70D488: hue angle of 134.4º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D488 is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 212 | 136 | - |
| CMYK | 0.47 | 0 | 0.36 | 0.17 |
| HSL | 134.4º | 0.54% | 0.64% | - |
| HSV(B) | 134.4º | 0.47% | 0.83% | - |
| XYZ | 34.67 | 52.31 | 31.56 | - |
| YUV | 173.44 | 106.87 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 212 | 136 | 0.47 | 0 | 0.36 | 0.17 | 134.4 | 0.54 | 0.64 |
| Hex | 70 | D4 | 88 | 2F | 0 | 24 | 11 | 86 | 36 | 40 |
| Octal | 160 | 324 | 210 | 57 | 0 | 44 | 21 | 206 | 66 | 100 |
| Binary | 1110000 | 11010100 | 10001000 | 101111 | 0 | 100100 | 10001 | 10000110 | 110110 | 1000000 |
Color Harmonies of #70D488
Complementary color
Monochromatic Colors of #70D488
Black with #70D488
Text Example
Text Example
White with #70D488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D488; }
p { color: rgb(112,212,136); }
H1.HeaderClassName
{
color: #70D488;
}
.AnyTagClassName
{
color: #70D488;
}
</style>
background-color css
<style>
a { background-color: #70D488; }
a { background-color: rgb(112,212,136); }
div.DivClassName
{
background-color: #70D488;
}
.BgClassName
{
background-color: #70D488;
}
</style>
border-color css
<style>
span { border-color: #70D488; }
span { border-color: rgb(112,212,136); }
td.TdClassName
{
border-color: #70D488;
}
.TagClassName
{
border-color: #70D488;
}
</style>