#70E57B

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

Shades of Pastel Green #70E57B

Tints of Pastel Green #70E57B

Color information

#70E57B (or 0x70E57B) is unknown color: approx Pastel Green. HEX triplet: 70, E5 and 7B. RGB value is (112,229,123). Sum of RGB (Red+Green+Blue) = 112+229+123=464 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.14% from 464); Green value is 229 (89.84% from 255 or 49.35% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 229 - color contains mainly: green. Hex color #70E57B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E57B is #8F1A84. Grayscale: #B6B6B6. Windows color (decimal): -9378437 or 8119664. OLE color: 8119664.

HSL color Cylindrical-coordinate representation of color #70E57B: hue angle of 125.64º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E57B is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB112229123-
CMYK0.5100.460.10
HSL125.64º69.23%66.86%-
HSV(B)125.64º51.09%89.8%-
XYZ38.2860.9128.48-
YUV181.9394.7478.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.14%
GREEN value IS 229 (89.84% from 255) = 49.35%
BLUE value IS 123 (48.44% from 255) = 26.51%
R=24.14%
G=49.35%
B=26.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1122291230.5100.460.10125.6469.2366.86
Hex70E57B3302EA7e4543
Octal1603451736305612176105103
Binary111000011100101111101111001101011101010111111010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,229,123); }

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

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

 a { background-color: rgb(112,229,123); }

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

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

 span { border-color: rgb(112,229,123); }

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