#70DE8E

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

Shades of Pastel Green #70DE8E

Tints of Pastel Green #70DE8E

Color information

#70DE8E (or 0x70DE8E) is unknown color: approx Pastel Green. HEX triplet: 70, DE and 8E. RGB value is (112,222,142). Sum of RGB (Red+Green+Blue) = 112+222+142=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 222 - color contains mainly: green. Hex color #70DE8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DE8E is #8F2171. Grayscale: #B4B4B4. Windows color (decimal): -9380210 or 9363056. OLE color: 9363056.

HSL color Cylindrical-coordinate representation of color #70DE8E: hue angle of 136.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DE8E is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB112222142-
CMYK0.5000.360.13
HSL136.36º62.5%65.49%-
HSV(B)136.36º49.55%87.06%-
XYZ37.6957.6434.73-
YUV179.99106.5679.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.53%
GREEN value IS 222 (87.11% from 255) = 46.64%
BLUE value IS 142 (55.86% from 255) = 29.83%
R=23.53%
G=46.64%
B=29.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1122221420.5000.360.13136.3662.565.49
Hex70DE8E32024D883e41
Octal160336216620441521076101
Binary1110000110111101000111011001001001001101100010001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,222,142); }

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

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

 a { background-color: rgb(112,222,142); }

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

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

 span { border-color: rgb(112,222,142); }

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