#70E87C

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

Shades of Pastel Green #70E87C

Tints of Pastel Green #70E87C

Color information

#70E87C (or 0x70E87C) is unknown color: approx Pastel Green. HEX triplet: 70, E8 and 7C. RGB value is (112,232,124). Sum of RGB (Red+Green+Blue) = 112+232+124=468 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.93% from 468); Green value is 232 (91.02% from 255 or 49.57% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 232 - color contains mainly: green. Hex color #70E87C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70E87C is #8F1783. Grayscale: #B8B8B8. Windows color (decimal): -9377668 or 8185968. OLE color: 8185968.

HSL color Cylindrical-coordinate representation of color #70E87C: hue angle of 126º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E87C is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB112232124-
CMYK0.5200.470.09
HSL126º72.29%67.45%-
HSV(B)126º51.72%90.98%-
XYZ39.1862.6129.09-
YUV183.8194.2476.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.93%
GREEN value IS 232 (91.02% from 255) = 49.57%
BLUE value IS 124 (48.83% from 255) = 26.50%
R=23.93%
G=49.57%
B=26.50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1122321240.5200.470.0912672.2967.45
Hex70E87C3402F97e4843
Octal1603501746405711176110103
Binary111000011101000111110011010001011111001111111010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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