#70E38C

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

Shades of Pastel Green #70E38C

Tints of Pastel Green #70E38C

Color information

#70E38C (or 0x70E38C) is unknown color: approx Pastel Green. HEX triplet: 70, E3 and 8C. RGB value is (112,227,140). Sum of RGB (Red+Green+Blue) = 112+227+140=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 227 (89.06% from 255 or 47.39% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 227 - color contains mainly: green. Hex color #70E38C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E38C is #8F1C73. Grayscale: #B6B6B6. Windows color (decimal): -9378932 or 9233264. OLE color: 9233264.

HSL color Cylindrical-coordinate representation of color #70E38C: hue angle of 134.61º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E38C is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB112227140-
CMYK0.5100.380.11
HSL134.61º67.25%66.47%-
HSV(B)134.61º50.66%89.02%-
XYZ38.8860.2834.4-
YUV182.7103.977.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.38%
GREEN value IS 227 (89.06% from 255) = 47.39%
BLUE value IS 140 (55.08% from 255) = 29.23%
R=23.38%
G=47.39%
B=29.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1122271400.5100.380.11134.6167.2566.47
Hex70E38C33026B874342
Octal1603432146304613207103102
Binary11100001110001110001100110011010011010111000011110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,227,140); }

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

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

 a { background-color: rgb(112,227,140); }

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

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

 span { border-color: rgb(112,227,140); }

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