Shades of Pastel Green #70D275
Tints of Pastel Green #70D275
RGB
CMYK
RGB Variations
Color information
#70D275 (or 0x70D275) is known color: Pastel Green. HEX triplet: 70, D2 and 75. RGB value is (112,210,117). Sum of RGB (Red+Green+Blue) = 112+210+117=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 210 (82.42% from 255 or 47.84% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 210 - color contains mainly: green. Hex color #70D275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D275 is #8F2D8A. Grayscale: #AAAAAA. Windows color (decimal): -9383307 or 7721584. OLE color: 7721584.
HSL color Cylindrical-coordinate representation of color #70D275: hue angle of 123.06º 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 #70D275 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 210 | 117 | - |
| CMYK | 0.47 | 0 | 0.44 | 0.18 |
| HSL | 123.06º | 0.52% | 0.63% | - |
| HSV(B) | 123.06º | 0.47% | 0.82% | - |
| XYZ | 32.94 | 50.82 | 24.9 | - |
| YUV | 170.1 | 98.03 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 210 | 117 | 0.47 | 0 | 0.44 | 0.18 | 123.06 | 0.52 | 0.63 |
| Hex | 70 | D2 | 75 | 2F | 0 | 2C | 12 | 7B | 34 | 3F |
| Octal | 160 | 322 | 165 | 57 | 0 | 54 | 22 | 173 | 64 | 77 |
| Binary | 1110000 | 11010010 | 1110101 | 101111 | 0 | 101100 | 10010 | 1111011 | 110100 | 111111 |
Color Harmonies of #70D275
Complementary color
Monochromatic Colors of #70D275
Black with #70D275
Text Example
Text Example
White with #70D275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D275; }
p { color: rgb(112,210,117); }
H1.HeaderClassName
{
color: #70D275;
}
.AnyTagClassName
{
color: #70D275;
}
</style>
background-color css
<style>
a { background-color: #70D275; }
a { background-color: rgb(112,210,117); }
div.DivClassName
{
background-color: #70D275;
}
.BgClassName
{
background-color: #70D275;
}
</style>
border-color css
<style>
span { border-color: #70D275; }
span { border-color: rgb(112,210,117); }
td.TdClassName
{
border-color: #70D275;
}
.TagClassName
{
border-color: #70D275;
}
</style>