#70E38D

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

Shades of Pastel Green #70E38D

Tints of Pastel Green #70E38D

Color information

#70E38D (or 0x70E38D) is unknown color: approx Pastel Green. HEX triplet: 70, E3 and 8D. RGB value is (112,227,141). Sum of RGB (Red+Green+Blue) = 112+227+141=480 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.33% from 480); Green value is 227 (89.06% from 255 or 47.29% from 480); Blue value is 141 (55.47% from 255 or 29.38% from 480); Max value from RGB is 227 - color contains mainly: green. Hex color #70E38D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E38D is #8F1C72. Grayscale: #B7B7B7. Windows color (decimal): -9378931 or 9298800. OLE color: 9298800.

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

Color convert

RGB112227141-
CMYK0.5100.380.11
HSL135.13º67.25%66.47%-
HSV(B)135.13º50.66%89.02%-
XYZ38.9660.3134.79-
YUV182.81104.477.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.33%
GREEN value IS 227 (89.06% from 255) = 47.29%
BLUE value IS 141 (55.47% from 255) = 29.38%
R=23.33%
G=47.29%
B=29.38%

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
Decimal1122271410.5100.380.11135.1367.2566.47
Hex70E38D33026B874342
Octal1603432156304613207103102
Binary11100001110001110001101110011010011010111000011110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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