Shades of Pastel Green #70DF8C
Tints of Pastel Green #70DF8C
RGB
CMYK
RGB Variations
Color information
#70DF8C (or 0x70DF8C) is known color: Pastel Green. HEX triplet: 70, DF and 8C. RGB value is (112,223,140). Sum of RGB (Red+Green+Blue) = 112+223+140=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DF8C is #8F2073. Grayscale: #B4B4B4. Windows color (decimal): -9379956 or 9232240. OLE color: 9232240.
HSL color Cylindrical-coordinate representation of color #70DF8C: hue angle of 135.14º 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 #70DF8C is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 140 | - |
| CMYK | 0.50 | 0 | 0.37 | 0.13 |
| HSL | 135.14º | 0.63% | 0.66% | - |
| HSV(B) | 135.14º | 0.5% | 0.87% | - |
| XYZ | 37.8 | 58.11 | 34.04 | - |
| YUV | 180.35 | 105.23 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 140 | 0.50 | 0 | 0.37 | 0.13 | 135.14 | 0.63 | 0.66 |
| Hex | 70 | DF | 8C | 32 | 0 | 25 | D | 87 | 3F | 42 |
| Octal | 160 | 337 | 214 | 62 | 0 | 45 | 15 | 207 | 77 | 102 |
| Binary | 1110000 | 11011111 | 10001100 | 110010 | 0 | 100101 | 1101 | 10000111 | 111111 | 1000010 |
Color Harmonies of #70DF8C
Complementary color
Monochromatic Colors of #70DF8C
Black with #70DF8C
Text Example
Text Example
White with #70DF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DF8C; }
p { color: rgb(112,223,140); }
H1.HeaderClassName
{
color: #70DF8C;
}
.AnyTagClassName
{
color: #70DF8C;
}
</style>
background-color css
<style>
a { background-color: #70DF8C; }
a { background-color: rgb(112,223,140); }
div.DivClassName
{
background-color: #70DF8C;
}
.BgClassName
{
background-color: #70DF8C;
}
</style>
border-color css
<style>
span { border-color: #70DF8C; }
span { border-color: rgb(112,223,140); }
td.TdClassName
{
border-color: #70DF8C;
}
.TagClassName
{
border-color: #70DF8C;
}
</style>