#50E193

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

Shades of Emerald #50E193

Tints of Emerald #50E193

Color information

#50E193 (or 0x50E193) is unknown color: approx Emerald. HEX triplet: 50, E1 and 93. RGB value is (80,225,147). Sum of RGB (Red+Green+Blue) = 80+225+147=452 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.70% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #50E193 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E193 is #AF1E6C. Grayscale: #ACACAC. Windows color (decimal): -11476589 or 9691472. OLE color: 9691472.

HSL color Cylindrical-coordinate representation of color #50E193: hue angle of 147.72º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50E193 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB80225147-
CMYK0.6400.350.12
HSL147.72º70.73%59.8%-
HSV(B)147.72º64.44%88.24%-
XYZ35.557.6636.86-
YUV172.75113.4661.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.70%
GREEN value IS 225 (88.28% from 255) = 49.78%
BLUE value IS 147 (57.81% from 255) = 32.52%
R=17.70%
G=49.78%
B=32.52%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal802251470.6400.350.12147.7270.7359.8
Hex50E19340023C94473c
Octal1203412231000431422410774
Binary10100001110000110010011100000001000111100100101001000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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