Shades of Pastel Green #70DF8F
Tints of Pastel Green #70DF8F
RGB
CMYK
RGB Variations
Color information
#70DF8F (or 0x70DF8F) is known color: Pastel Green. HEX triplet: 70, DF and 8F. RGB value is (112,223,143). Sum of RGB (Red+Green+Blue) = 112+223+143=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DF8F is #8F2070. Grayscale: #B4B4B4. Windows color (decimal): -9379953 or 9428848. OLE color: 9428848.
HSL color Cylindrical-coordinate representation of color #70DF8F: hue angle of 136.76º 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 #70DF8F is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 143 | - |
| CMYK | 0.50 | 0 | 0.36 | 0.13 |
| HSL | 136.76º | 0.63% | 0.66% | - |
| HSV(B) | 136.76º | 0.5% | 0.87% | - |
| XYZ | 38.03 | 58.2 | 35.22 | - |
| YUV | 180.69 | 106.73 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 143 | 0.50 | 0 | 0.36 | 0.13 | 136.76 | 0.63 | 0.66 |
| Hex | 70 | DF | 8F | 32 | 0 | 24 | D | 89 | 3F | 42 |
| Octal | 160 | 337 | 217 | 62 | 0 | 44 | 15 | 211 | 77 | 102 |
| Binary | 1110000 | 11011111 | 10001111 | 110010 | 0 | 100100 | 1101 | 10001001 | 111111 | 1000010 |
Color Harmonies of #70DF8F
Complementary color
Monochromatic Colors of #70DF8F
Black with #70DF8F
Text Example
Text Example
White with #70DF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DF8F; }
p { color: rgb(112,223,143); }
H1.HeaderClassName
{
color: #70DF8F;
}
.AnyTagClassName
{
color: #70DF8F;
}
</style>
background-color css
<style>
a { background-color: #70DF8F; }
a { background-color: rgb(112,223,143); }
div.DivClassName
{
background-color: #70DF8F;
}
.BgClassName
{
background-color: #70DF8F;
}
</style>
border-color css
<style>
span { border-color: #70DF8F; }
span { border-color: rgb(112,223,143); }
td.TdClassName
{
border-color: #70DF8F;
}
.TagClassName
{
border-color: #70DF8F;
}
</style>