#70E37C

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

Shades of Pastel Green #70E37C

Tints of Pastel Green #70E37C

Color information

#70E37C (or 0x70E37C) is unknown color: approx Pastel Green. HEX triplet: 70, E3 and 7C. RGB value is (112,227,124). Sum of RGB (Red+Green+Blue) = 112+227+124=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 227 (89.06% from 255 or 49.03% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 227 - color contains mainly: green. Hex color #70E37C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E37C is #8F1C83. Grayscale: #B5B5B5. Windows color (decimal): -9378948 or 8184688. OLE color: 8184688.

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

Color convert

RGB112227124-
CMYK0.5100.450.11
HSL126.26º67.25%66.47%-
HSV(B)126.26º50.66%89.02%-
XYZ37.7959.8428.63-
YUV180.8795.978.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.19%
GREEN value IS 227 (89.06% from 255) = 49.03%
BLUE value IS 124 (48.83% from 255) = 26.78%
R=24.19%
G=49.03%
B=26.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1122271240.5100.450.11126.2667.2566.47
Hex70E37C3302DB7e4342
Octal1603431746305513176103102
Binary111000011100011111110011001101011011011111111010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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