#50ED93

Color #50ED93 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #50ED93

Tints of Emerald #50ED93

Color information

#50ED93 (or 0x50ED93) is unknown color: approx Emerald. HEX triplet: 50, ED and 93. RGB value is (80,237,147). Sum of RGB (Red+Green+Blue) = 80+237+147=464 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.24% from 464); Green value is 237 (92.97% from 255 or 51.08% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 237 - color contains mainly: green. Hex color #50ED93 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50ED93 is #AF126C. Grayscale: #B4B4B4. Windows color (decimal): -11473517 or 9694544. OLE color: 9694544.

HSL color Cylindrical-coordinate representation of color #50ED93: hue angle of 145.61º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50ED93 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB80237147-
CMYK0.6600.380.07
HSL145.61º81.35%62.16%-
HSV(B)145.61º66.24%92.94%-
XYZ38.8664.3837.98-
YUV179.8109.4956.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.24%
GREEN value IS 237 (92.97% from 255) = 51.08%
BLUE value IS 147 (57.81% from 255) = 31.68%
R=17.24%
G=51.08%
B=31.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal802371470.6600.380.07145.6181.3562.16
Hex50ED9342026792513e
Octal120355223102046722212176
Binary1010000111011011001001110000100100110111100100101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ED93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50ED93; }

 p { color: rgb(80,237,147); }

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

<style>
 a { background-color: #50ED93; }

 a { background-color: rgb(80,237,147); }

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

<style>
 span { border-color: #50ED93; }

 span { border-color: rgb(80,237,147); }

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