#70DA88

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

Shades of Pastel Green #70DA88

Tints of Pastel Green #70DA88

Color information

#70DA88 (or 0x70DA88) is unknown color: approx Pastel Green. HEX triplet: 70, DA and 88. RGB value is (112,218,136). Sum of RGB (Red+Green+Blue) = 112+218+136=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DA88 is #8F2577. Grayscale: #B1B1B1. Windows color (decimal): -9381240 or 8968816. OLE color: 8968816.

HSL color Cylindrical-coordinate representation of color #70DA88: hue angle of 133.58º 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 #70DA88 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB112218136-
CMYK0.4900.380.15
HSL133.58º58.89%64.71%-
HSV(B)133.58º48.62%85.49%-
XYZ36.255.3732.07-
YUV176.96104.8881.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.03%
GREEN value IS 218 (85.55% from 255) = 46.78%
BLUE value IS 136 (53.52% from 255) = 29.18%
R=24.03%
G=46.78%
B=29.18%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122181360.4900.380.15133.5858.8964.71
Hex70DA8831026F863b41
Octal160332210610461720673101
Binary1110000110110101000100011000101001101111100001101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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