#50E671

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

Shades of Emerald #50E671

Tints of Emerald #50E671

Color information

#50E671 (or 0x50E671) is unknown color: approx Emerald. HEX triplet: 50, E6 and 71. RGB value is (80,230,113). Sum of RGB (Red+Green+Blue) = 80+230+113=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 230 (90.23% from 255 or 54.37% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 230 - color contains mainly: green. Hex color #50E671 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50E671 is #AF198E. Grayscale: #ACACAC. Windows color (decimal): -11475343 or 7464528. OLE color: 7464528.

HSL color Cylindrical-coordinate representation of color #50E671: hue angle of 133.2º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E671 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB80230113-
CMYK0.6500.510.10
HSL133.2º75%60.78%-
HSV(B)133.2º65.22%90.2%-
XYZ34.5959.4925.28-
YUV171.8194.862.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.91%
GREEN value IS 230 (90.23% from 255) = 54.37%
BLUE value IS 113 (44.53% from 255) = 26.71%
R=18.91%
G=54.37%
B=26.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal802301130.6500.510.10133.27560.78
Hex50E67141033A854b3d
Octal1203461611010631220511375
Binary1010000111001101110001100000101100111010100001011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,230,113); }

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

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

 a { background-color: rgb(80,230,113); }

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

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

 span { border-color: rgb(80,230,113); }

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