#70DA86

Color #70DA86 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #70DA86

Tints of Pastel Green #70DA86

Color information

#70DA86 (or 0x70DA86) is unknown color: approx Pastel Green. HEX triplet: 70, DA and 86. RGB value is (112,218,134). Sum of RGB (Red+Green+Blue) = 112+218+134=464 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.14% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DA86 is #8F2579. Grayscale: #B0B0B0. Windows color (decimal): -9381242 or 8837744. OLE color: 8837744.

HSL color Cylindrical-coordinate representation of color #70DA86: hue angle of 132.45º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DA86 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB112218134-
CMYK0.4900.390.15
HSL132.45º58.89%64.71%-
HSV(B)132.45º48.62%85.49%-
XYZ36.0655.3131.33-
YUV176.73103.8881.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 24.14%
GREEN value IS 218 (85.55% from 255) = 46.98%
BLUE value IS 134 (52.73% from 255) = 28.88%
R=24.14%
G=46.98%
B=28.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122181340.4900.390.15132.4558.8964.71
Hex70DA8631027F843b41
Octal160332206610471720473101
Binary1110000110110101000011011000101001111111100001001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70DA86; }

 p { color: rgb(112,218,134); }

 H1.HeaderClassName
 {
   color: #70DA86;
 }
 .AnyTagClassName
 {
   color: #70DA86;
 }
</style>
background-color css

<style>
 a { background-color: #70DA86; }

 a { background-color: rgb(112,218,134); }

 div.DivClassName
 {
   background-color: #70DA86;
 }
 .BgClassName
 {
   background-color: #70DA86;
 }
</style>
border-color css

<style>
 span { border-color: #70DA86; }

 span { border-color: rgb(112,218,134); }

 td.TdClassName
 {
   border-color: #70DA86;
 }
 .TagClassName
 {
   border-color: #70DA86;
 }
</style>