#70EC91

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

Shades of Pastel Green #70EC91

Tints of Pastel Green #70EC91

Color information

#70EC91 (or 0x70EC91) is unknown color: approx Pastel Green. HEX triplet: 70, EC and 91. RGB value is (112,236,145). Sum of RGB (Red+Green+Blue) = 112+236+145=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 145 (57.03% from 255 or 29.41% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC91 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EC91 is #8F136E. Grayscale: #BCBCBC. Windows color (decimal): -9376623 or 9563248. OLE color: 9563248.

HSL color Cylindrical-coordinate representation of color #70EC91: hue angle of 135.97º 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 #70EC91 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB112236145-
CMYK0.5300.390.07
HSL135.97º76.54%68.24%-
HSV(B)135.97º52.54%92.55%-
XYZ41.7965.4837.22-
YUV188.55103.4273.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.72%
GREEN value IS 236 (92.58% from 255) = 47.87%
BLUE value IS 145 (57.03% from 255) = 29.41%
R=22.72%
G=47.87%
B=29.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122361450.5300.390.07135.9776.5468.24
Hex70EC91350277884d44
Octal160354221650477210115104
Binary1110000111011001001000111010101001111111000100010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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