Shades of Pastel Green #70DF6D
Tints of Pastel Green #70DF6D
RGB
CMYK
RGB Variations
Color information
#70DF6D (or 0x70DF6D) is known color: Pastel Green. HEX triplet: 70, DF and 6D. RGB value is (112,223,109). Sum of RGB (Red+Green+Blue) = 112+223+109=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DF6D is #8F2092. Grayscale: #B1B1B1. Windows color (decimal): -9379987 or 7200624. OLE color: 7200624.
HSL color Cylindrical-coordinate representation of color #70DF6D: hue angle of 118.42º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70DF6D is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 109 | - |
| CMYK | 0.50 | 0 | 0.51 | 0.13 |
| HSL | 118.42º | 0.64% | 0.65% | - |
| HSV(B) | 118.42º | 0.51% | 0.87% | - |
| XYZ | 35.83 | 57.32 | 23.64 | - |
| YUV | 176.82 | 89.73 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 109 | 0.50 | 0 | 0.51 | 0.13 | 118.42 | 0.64 | 0.65 |
| Hex | 70 | DF | 6D | 32 | 0 | 33 | D | 76 | 40 | 41 |
| Octal | 160 | 337 | 155 | 62 | 0 | 63 | 15 | 166 | 100 | 101 |
| Binary | 1110000 | 11011111 | 1101101 | 110010 | 0 | 110011 | 1101 | 1110110 | 1000000 | 1000001 |
Color Harmonies of #70DF6D
Complementary color
Monochromatic Colors of #70DF6D
Black with #70DF6D
Text Example
Text Example
White with #70DF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DF6D; }
p { color: rgb(112,223,109); }
H1.HeaderClassName
{
color: #70DF6D;
}
.AnyTagClassName
{
color: #70DF6D;
}
</style>
background-color css
<style>
a { background-color: #70DF6D; }
a { background-color: rgb(112,223,109); }
div.DivClassName
{
background-color: #70DF6D;
}
.BgClassName
{
background-color: #70DF6D;
}
</style>
border-color css
<style>
span { border-color: #70DF6D; }
span { border-color: rgb(112,223,109); }
td.TdClassName
{
border-color: #70DF6D;
}
.TagClassName
{
border-color: #70DF6D;
}
</style>