#70DA89

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

Shades of Pastel Green #70DA89

Tints of Pastel Green #70DA89

Color information

#70DA89 (or 0x70DA89) is unknown color: approx Pastel Green. HEX triplet: 70, DA and 89. RGB value is (112,218,137). Sum of RGB (Red+Green+Blue) = 112+218+137=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DA89 is #8F2576. Grayscale: #B1B1B1. Windows color (decimal): -9381239 or 9034352. OLE color: 9034352.

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

Color convert

RGB112218137-
CMYK0.4900.370.15
HSL134.15º58.89%64.71%-
HSV(B)134.15º48.62%85.49%-
XYZ36.2755.3932.45-
YUV177.07105.3881.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.98%
GREEN value IS 218 (85.55% from 255) = 46.68%
BLUE value IS 137 (53.91% from 255) = 29.34%
R=23.98%
G=46.68%
B=29.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122181370.4900.370.15134.1558.8964.71
Hex70DA8931025F863b41
Octal160332211610451720673101
Binary1110000110110101000100111000101001011111100001101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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