#50E78A

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

Shades of Emerald #50E78A

Tints of Emerald #50E78A

Color information

#50E78A (or 0x50E78A) is unknown color: approx Emerald. HEX triplet: 50, E7 and 8A. RGB value is (80,231,138). Sum of RGB (Red+Green+Blue) = 80+231+138=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 231 (90.62% from 255 or 51.45% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 231 - color contains mainly: green. Hex color #50E78A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50E78A is #AF1875. Grayscale: #AFAFAF. Windows color (decimal): -11475062 or 9103184. OLE color: 9103184.

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

Color convert

RGB80231138-
CMYK0.6500.400.09
HSL143.05º75.88%60.98%-
HSV(B)143.05º65.37%90.59%-
XYZ36.4760.6933.84-
YUV175.25106.9760.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.82%
GREEN value IS 231 (90.62% from 255) = 51.45%
BLUE value IS 138 (54.30% from 255) = 30.73%
R=17.82%
G=51.45%
B=30.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal802311380.6500.400.09143.0575.8860.98
Hex50E78A4102898f4c3d
Octal1203472121010501121711475
Binary10100001110011110001010100000101010001001100011111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,231,138); }

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

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

 a { background-color: rgb(80,231,138); }

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

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

 span { border-color: rgb(80,231,138); }

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