Shades of Pastel Green #70D567
Tints of Pastel Green #70D567
RGB
CMYK
RGB Variations
Color information
#70D567 (or 0x70D567) is known color: Pastel Green. HEX triplet: 70, D5 and 67. RGB value is (112,213,103). Sum of RGB (Red+Green+Blue) = 112+213+103=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 213 (83.59% from 255 or 49.77% from 428); Blue value is 103 (40.62% from 255 or 24.07% from 428); Max value from RGB is 213 - color contains mainly: green. Hex color #70D567 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D567 is #8F2A98. Grayscale: #AAAAAA. Windows color (decimal): -9382553 or 6804848. OLE color: 6804848.
HSL color Cylindrical-coordinate representation of color #70D567: hue angle of 115.09º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70D567 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 213 | 103 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.16 |
| HSL | 115.09º | 0.57% | 0.62% | - |
| HSV(B) | 115.09º | 0.52% | 0.84% | - |
| XYZ | 32.92 | 52.01 | 21.14 | - |
| YUV | 170.26 | 90.04 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 213 | 103 | 0.47 | 0 | 0.52 | 0.16 | 115.09 | 0.57 | 0.62 |
| Hex | 70 | D5 | 67 | 2F | 0 | 34 | 10 | 73 | 39 | 3E |
| Octal | 160 | 325 | 147 | 57 | 0 | 64 | 20 | 163 | 71 | 76 |
| Binary | 1110000 | 11010101 | 1100111 | 101111 | 0 | 110100 | 10000 | 1110011 | 111001 | 111110 |
Color Harmonies of #70D567
Complementary color
Monochromatic Colors of #70D567
Black with #70D567
Text Example
Text Example
White with #70D567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D567; }
p { color: rgb(112,213,103); }
H1.HeaderClassName
{
color: #70D567;
}
.AnyTagClassName
{
color: #70D567;
}
</style>
background-color css
<style>
a { background-color: #70D567; }
a { background-color: rgb(112,213,103); }
div.DivClassName
{
background-color: #70D567;
}
.BgClassName
{
background-color: #70D567;
}
</style>
border-color css
<style>
span { border-color: #70D567; }
span { border-color: rgb(112,213,103); }
td.TdClassName
{
border-color: #70D567;
}
.TagClassName
{
border-color: #70D567;
}
</style>