#70EC80

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

Shades of Pastel Green #70EC80

Tints of Pastel Green #70EC80

Color information

#70EC80 (or 0x70EC80) is unknown color: approx Pastel Green. HEX triplet: 70, EC and 80. RGB value is (112,236,128). Sum of RGB (Red+Green+Blue) = 112+236+128=476 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.53% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EC80 is #8F137F. Grayscale: #BABABA. Windows color (decimal): -9376640 or 8449136. OLE color: 8449136.

HSL color Cylindrical-coordinate representation of color #70EC80: hue angle of 127.74º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EC80 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB112236128-
CMYK0.5300.460.07
HSL127.74º76.54%68.24%-
HSV(B)127.74º52.54%92.55%-
XYZ40.5764.9930.83-
YUV186.6194.9274.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.53%
GREEN value IS 236 (92.58% from 255) = 49.58%
BLUE value IS 128 (50.39% from 255) = 26.89%
R=23.53%
G=49.58%
B=26.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122361280.5300.460.07127.7476.5468.24
Hex70EC803502E7804d44
Octal160354200650567200115104
Binary1110000111011001000000011010101011101111000000010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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