#50E877

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

Shades of Emerald #50E877

Tints of Emerald #50E877

Color information

#50E877 (or 0x50E877) is unknown color: approx Emerald. HEX triplet: 50, E8 and 77. RGB value is (80,232,119). Sum of RGB (Red+Green+Blue) = 80+232+119=431 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.56% from 431); Green value is 232 (91.02% from 255 or 53.83% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 232 - color contains mainly: green. Hex color #50E877 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E877 is #AF1788. Grayscale: #ADADAD. Windows color (decimal): -11474825 or 7858256. OLE color: 7858256.

HSL color Cylindrical-coordinate representation of color #50E877: hue angle of 135.39º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50E877 is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB80232119-
CMYK0.6600.490.09
HSL135.39º76.77%61.18%-
HSV(B)135.39º65.52%90.98%-
XYZ35.4960.7527.31-
YUV173.6797.1461.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.56%
GREEN value IS 232 (91.02% from 255) = 53.83%
BLUE value IS 119 (46.88% from 255) = 27.61%
R=18.56%
G=53.83%
B=27.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal802321190.6600.490.09135.3976.7761.18
Hex50E877420319874d3d
Octal1203501671020611120711575
Binary1010000111010001110111100001001100011001100001111001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,232,119); }

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

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

 a { background-color: rgb(80,232,119); }

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

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

 span { border-color: rgb(80,232,119); }

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