Shades of Pastel Green #70DF8A
Tints of Pastel Green #70DF8A
RGB
CMYK
RGB Variations
Color information
#70DF8A (or 0x70DF8A) is known color: Pastel Green. HEX triplet: 70, DF and 8A. RGB value is (112,223,138). Sum of RGB (Red+Green+Blue) = 112+223+138=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DF8A is #8F2075. Grayscale: #B4B4B4. Windows color (decimal): -9379958 or 9101168. OLE color: 9101168.
HSL color Cylindrical-coordinate representation of color #70DF8A: hue angle of 134.05º 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 #70DF8A is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 138 | - |
| CMYK | 0.50 | 0 | 0.38 | 0.13 |
| HSL | 134.05º | 0.63% | 0.66% | - |
| HSV(B) | 134.05º | 0.5% | 0.87% | - |
| XYZ | 37.66 | 58.06 | 33.27 | - |
| YUV | 180.12 | 104.23 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 138 | 0.50 | 0 | 0.38 | 0.13 | 134.05 | 0.63 | 0.66 |
| Hex | 70 | DF | 8A | 32 | 0 | 26 | D | 86 | 3F | 42 |
| Octal | 160 | 337 | 212 | 62 | 0 | 46 | 15 | 206 | 77 | 102 |
| Binary | 1110000 | 11011111 | 10001010 | 110010 | 0 | 100110 | 1101 | 10000110 | 111111 | 1000010 |
Color Harmonies of #70DF8A
Complementary color
Monochromatic Colors of #70DF8A
Black with #70DF8A
Text Example
Text Example
White with #70DF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DF8A; }
p { color: rgb(112,223,138); }
H1.HeaderClassName
{
color: #70DF8A;
}
.AnyTagClassName
{
color: #70DF8A;
}
</style>
background-color css
<style>
a { background-color: #70DF8A; }
a { background-color: rgb(112,223,138); }
div.DivClassName
{
background-color: #70DF8A;
}
.BgClassName
{
background-color: #70DF8A;
}
</style>
border-color css
<style>
span { border-color: #70DF8A; }
span { border-color: rgb(112,223,138); }
td.TdClassName
{
border-color: #70DF8A;
}
.TagClassName
{
border-color: #70DF8A;
}
</style>