#93EC80

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

Shades of Light Green #93EC80

Tints of Light Green #93EC80

Color information

#93EC80 (or 0x93EC80) is unknown color: approx Light Green. HEX triplet: 93, EC and 80. RGB value is (147,236,128). Sum of RGB (Red+Green+Blue) = 147+236+128=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #93EC80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93EC80 is #6C137F. Grayscale: #C5C5C5. Windows color (decimal): -7082880 or 8449171. OLE color: 8449171.

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

Color convert

RGB147236128-
CMYK0.3800.460.07
HSL109.44º73.97%71.37%-
HSV(B)109.44º45.76%92.55%-
XYZ45.9267.7531.08-
YUV197.0889.0192.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.77%
GREEN value IS 236 (92.58% from 255) = 46.18%
BLUE value IS 128 (50.39% from 255) = 25.05%
R=28.77%
G=46.18%
B=25.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472361280.3800.460.07109.4473.9771.37
Hex93EC802602E76d4a47
Octal223354200460567155112107
Binary1001001111101100100000001001100101110111110110110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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