#50E485

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

Shades of Emerald #50E485

Tints of Emerald #50E485

Color information

#50E485 (or 0x50E485) is unknown color: approx Emerald. HEX triplet: 50, E4 and 85. RGB value is (80,228,133). Sum of RGB (Red+Green+Blue) = 80+228+133=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 228 (89.45% from 255 or 51.70% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 228 - color contains mainly: green. Hex color #50E485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E485 is #AF1B7A. Grayscale: #ADADAD. Windows color (decimal): -11475835 or 8774736. OLE color: 8774736.

HSL color Cylindrical-coordinate representation of color #50E485: hue angle of 141.49º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E485 is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB80228133-
CMYK0.6500.420.11
HSL141.49º73.27%60.39%-
HSV(B)141.49º64.91%89.41%-
XYZ35.2958.8931.7-
YUV172.92105.4761.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.14%
GREEN value IS 228 (89.45% from 255) = 51.70%
BLUE value IS 133 (52.34% from 255) = 30.16%
R=18.14%
G=51.70%
B=30.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal802281330.6500.420.11141.4973.2760.39
Hex50E4854102AB8d493c
Octal1203442051010521321511174
Binary10100001110010010000101100000101010101011100011011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,228,133); }

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

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

 a { background-color: rgb(80,228,133); }

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

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

 span { border-color: rgb(80,228,133); }

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