Shades of Pastel Green #70D481
Tints of Pastel Green #70D481
RGB
CMYK
RGB Variations
Color information
#70D481 (or 0x70D481) is known color: Pastel Green. HEX triplet: 70, D4 and 81. RGB value is (112,212,129). Sum of RGB (Red+Green+Blue) = 112+212+129=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 212 - color contains mainly: green. Hex color #70D481 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D481 is #8F2B7E. Grayscale: #ACACAC. Windows color (decimal): -9382783 or 8508528. OLE color: 8508528.
HSL color Cylindrical-coordinate representation of color #70D481: hue angle of 130.2º 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 #70D481 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 212 | 129 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.17 |
| HSL | 130.2º | 0.54% | 0.64% | - |
| HSV(B) | 130.2º | 0.47% | 0.83% | - |
| XYZ | 34.19 | 52.12 | 29.03 | - |
| YUV | 172.64 | 103.37 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 212 | 129 | 0.47 | 0 | 0.39 | 0.17 | 130.2 | 0.54 | 0.64 |
| Hex | 70 | D4 | 81 | 2F | 0 | 27 | 11 | 82 | 36 | 40 |
| Octal | 160 | 324 | 201 | 57 | 0 | 47 | 21 | 202 | 66 | 100 |
| Binary | 1110000 | 11010100 | 10000001 | 101111 | 0 | 100111 | 10001 | 10000010 | 110110 | 1000000 |
Color Harmonies of #70D481
Complementary color
Monochromatic Colors of #70D481
Black with #70D481
Text Example
Text Example
White with #70D481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D481; }
p { color: rgb(112,212,129); }
H1.HeaderClassName
{
color: #70D481;
}
.AnyTagClassName
{
color: #70D481;
}
</style>
background-color css
<style>
a { background-color: #70D481; }
a { background-color: rgb(112,212,129); }
div.DivClassName
{
background-color: #70D481;
}
.BgClassName
{
background-color: #70D481;
}
</style>
border-color css
<style>
span { border-color: #70D481; }
span { border-color: rgb(112,212,129); }
td.TdClassName
{
border-color: #70D481;
}
.TagClassName
{
border-color: #70D481;
}
</style>