#50E48F

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

Shades of Emerald #50E48F

Tints of Emerald #50E48F

Color information

#50E48F (or 0x50E48F) is unknown color: approx Emerald. HEX triplet: 50, E4 and 8F. RGB value is (80,228,143). Sum of RGB (Red+Green+Blue) = 80+228+143=451 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.74% from 451); Green value is 228 (89.45% from 255 or 50.55% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 228 - color contains mainly: green. Hex color #50E48F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E48F is #AF1B70. Grayscale: #AEAEAE. Windows color (decimal): -11475825 or 9430096. OLE color: 9430096.

HSL color Cylindrical-coordinate representation of color #50E48F: hue angle of 145.54º 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 #50E48F is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB80228143-
CMYK0.6500.370.11
HSL145.54º73.27%60.39%-
HSV(B)145.54º64.91%89.41%-
XYZ36.0159.1835.51-
YUV174.06110.4760.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.74%
GREEN value IS 228 (89.45% from 255) = 50.55%
BLUE value IS 143 (56.25% from 255) = 31.71%
R=17.74%
G=50.55%
B=31.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal802281430.6500.370.11145.5473.2760.39
Hex50E48F41025B92493c
Octal1203442171010451322211174
Binary10100001110010010001111100000101001011011100100101001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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