Shades of Pastel Green #70D279
Tints of Pastel Green #70D279
RGB
CMYK
RGB Variations
Color information
#70D279 (or 0x70D279) is known color: Pastel Green. HEX triplet: 70, D2 and 79. RGB value is (112,210,121). Sum of RGB (Red+Green+Blue) = 112+210+121=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 210 - color contains mainly: green. Hex color #70D279 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D279 is #8F2D86. Grayscale: #AAAAAA. Windows color (decimal): -9383303 or 7983728. OLE color: 7983728.
HSL color Cylindrical-coordinate representation of color #70D279: hue angle of 125.51º 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 #70D279 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 210 | 121 | - |
| CMYK | 0.47 | 0 | 0.42 | 0.18 |
| HSL | 125.51º | 0.52% | 0.63% | - |
| HSV(B) | 125.51º | 0.47% | 0.82% | - |
| XYZ | 33.18 | 50.92 | 26.17 | - |
| YUV | 170.55 | 100.03 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 210 | 121 | 0.47 | 0 | 0.42 | 0.18 | 125.51 | 0.52 | 0.63 |
| Hex | 70 | D2 | 79 | 2F | 0 | 2A | 12 | 7E | 34 | 3F |
| Octal | 160 | 322 | 171 | 57 | 0 | 52 | 22 | 176 | 64 | 77 |
| Binary | 1110000 | 11010010 | 1111001 | 101111 | 0 | 101010 | 10010 | 1111110 | 110100 | 111111 |
Color Harmonies of #70D279
Complementary color
Monochromatic Colors of #70D279
Black with #70D279
Text Example
Text Example
White with #70D279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D279; }
p { color: rgb(112,210,121); }
H1.HeaderClassName
{
color: #70D279;
}
.AnyTagClassName
{
color: #70D279;
}
</style>
background-color css
<style>
a { background-color: #70D279; }
a { background-color: rgb(112,210,121); }
div.DivClassName
{
background-color: #70D279;
}
.BgClassName
{
background-color: #70D279;
}
</style>
border-color css
<style>
span { border-color: #70D279; }
span { border-color: rgb(112,210,121); }
td.TdClassName
{
border-color: #70D279;
}
.TagClassName
{
border-color: #70D279;
}
</style>