Shades of Pastel Green #70DF8D
Tints of Pastel Green #70DF8D
RGB
CMYK
RGB Variations
Color information
#70DF8D (or 0x70DF8D) is known color: Pastel Green. HEX triplet: 70, DF and 8D. RGB value is (112,223,141). Sum of RGB (Red+Green+Blue) = 112+223+141=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DF8D is #8F2072. Grayscale: #B4B4B4. Windows color (decimal): -9379955 or 9297776. OLE color: 9297776.
HSL color Cylindrical-coordinate representation of color #70DF8D: hue angle of 135.68º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DF8D is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 141 | - |
| CMYK | 0.50 | 0 | 0.37 | 0.13 |
| HSL | 135.68º | 0.63% | 0.66% | - |
| HSV(B) | 135.68º | 0.5% | 0.87% | - |
| XYZ | 37.88 | 58.14 | 34.43 | - |
| YUV | 180.46 | 105.73 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 141 | 0.50 | 0 | 0.37 | 0.13 | 135.68 | 0.63 | 0.66 |
| Hex | 70 | DF | 8D | 32 | 0 | 25 | D | 88 | 3F | 42 |
| Octal | 160 | 337 | 215 | 62 | 0 | 45 | 15 | 210 | 77 | 102 |
| Binary | 1110000 | 11011111 | 10001101 | 110010 | 0 | 100101 | 1101 | 10001000 | 111111 | 1000010 |
Color Harmonies of #70DF8D
Complementary color
Monochromatic Colors of #70DF8D
Black with #70DF8D
Text Example
Text Example
White with #70DF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DF8D; }
p { color: rgb(112,223,141); }
H1.HeaderClassName
{
color: #70DF8D;
}
.AnyTagClassName
{
color: #70DF8D;
}
</style>
background-color css
<style>
a { background-color: #70DF8D; }
a { background-color: rgb(112,223,141); }
div.DivClassName
{
background-color: #70DF8D;
}
.BgClassName
{
background-color: #70DF8D;
}
</style>
border-color css
<style>
span { border-color: #70DF8D; }
span { border-color: rgb(112,223,141); }
td.TdClassName
{
border-color: #70DF8D;
}
.TagClassName
{
border-color: #70DF8D;
}
</style>