Shades of Pastel Green #70D282
Tints of Pastel Green #70D282
RGB
CMYK
RGB Variations
Color information
#70D282 (or 0x70D282) is known color: Pastel Green. HEX triplet: 70, D2 and 82. RGB value is (112,210,130). Sum of RGB (Red+Green+Blue) = 112+210+130=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 210 - color contains mainly: green. Hex color #70D282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D282 is #8F2D7D. Grayscale: #ABABAB. Windows color (decimal): -9383294 or 8573552. OLE color: 8573552.
HSL color Cylindrical-coordinate representation of color #70D282: hue angle of 131.02º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D282 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 210 | 130 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.18 |
| HSL | 131.02º | 0.52% | 0.63% | - |
| HSV(B) | 131.02º | 0.47% | 0.82% | - |
| XYZ | 33.76 | 51.15 | 29.21 | - |
| YUV | 171.58 | 104.53 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 210 | 130 | 0.47 | 0 | 0.38 | 0.18 | 131.02 | 0.52 | 0.63 |
| Hex | 70 | D2 | 82 | 2F | 0 | 26 | 12 | 83 | 34 | 3F |
| Octal | 160 | 322 | 202 | 57 | 0 | 46 | 22 | 203 | 64 | 77 |
| Binary | 1110000 | 11010010 | 10000010 | 101111 | 0 | 100110 | 10010 | 10000011 | 110100 | 111111 |
Color Harmonies of #70D282
Complementary color
Monochromatic Colors of #70D282
Black with #70D282
Text Example
Text Example
White with #70D282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D282; }
p { color: rgb(112,210,130); }
H1.HeaderClassName
{
color: #70D282;
}
.AnyTagClassName
{
color: #70D282;
}
</style>
background-color css
<style>
a { background-color: #70D282; }
a { background-color: rgb(112,210,130); }
div.DivClassName
{
background-color: #70D282;
}
.BgClassName
{
background-color: #70D282;
}
</style>
border-color css
<style>
span { border-color: #70D282; }
span { border-color: rgb(112,210,130); }
td.TdClassName
{
border-color: #70D282;
}
.TagClassName
{
border-color: #70D282;
}
</style>