#70DA8D

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

Shades of Pastel Green #70DA8D

Tints of Pastel Green #70DA8D

Color information

#70DA8D (or 0x70DA8D) is unknown color: approx Pastel Green. HEX triplet: 70, DA and 8D. RGB value is (112,218,141). Sum of RGB (Red+Green+Blue) = 112+218+141=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DA8D is #8F2572. Grayscale: #B1B1B1. Windows color (decimal): -9381235 or 9296496. OLE color: 9296496.

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

Color convert

RGB112218141-
CMYK0.4900.350.15
HSL136.42º58.89%64.71%-
HSV(B)136.42º48.62%85.49%-
XYZ36.5655.5133.99-
YUV177.53107.3881.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.78%
GREEN value IS 218 (85.55% from 255) = 46.28%
BLUE value IS 141 (55.47% from 255) = 29.94%
R=23.78%
G=46.28%
B=29.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122181410.4900.350.15136.4258.8964.71
Hex70DA8D31023F883b41
Octal160332215610431721073101
Binary1110000110110101000110111000101000111111100010001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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