#70E580

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

Shades of Pastel Green #70E580

Tints of Pastel Green #70E580

Color information

#70E580 (or 0x70E580) is unknown color: approx Pastel Green. HEX triplet: 70, E5 and 80. RGB value is (112,229,128). Sum of RGB (Red+Green+Blue) = 112+229+128=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 229 (89.84% from 255 or 48.83% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 229 - color contains mainly: green. Hex color #70E580 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E580 is #8F1A7F. Grayscale: #B6B6B6. Windows color (decimal): -9378432 or 8447344. OLE color: 8447344.

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

Color convert

RGB112229128-
CMYK0.5100.440.10
HSL128.21º69.23%66.86%-
HSV(B)128.21º51.09%89.8%-
XYZ38.661.0430.17-
YUV182.597.2477.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.88%
GREEN value IS 229 (89.84% from 255) = 48.83%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=23.88%
G=48.83%
B=27.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1122291280.5100.440.10128.2169.2366.86
Hex70E5803302CA804543
Octal1603452006305412200105103
Binary11100001110010110000000110011010110010101000000010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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