#50E78B

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

Shades of Emerald #50E78B

Tints of Emerald #50E78B

Color information

#50E78B (or 0x50E78B) is unknown color: approx Emerald. HEX triplet: 50, E7 and 8B. RGB value is (80,231,139). Sum of RGB (Red+Green+Blue) = 80+231+139=450 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.78% from 450); Green value is 231 (90.62% from 255 or 51.33% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 231 - color contains mainly: green. Hex color #50E78B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #50E78B is #AF1874. Grayscale: #AFAFAF. Windows color (decimal): -11475061 or 9168720. OLE color: 9168720.

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

Color convert

RGB80231139-
CMYK0.6500.400.09
HSL143.44º75.88%60.98%-
HSV(B)143.44º65.37%90.59%-
XYZ36.5460.7234.22-
YUV175.36107.4759.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.78%
GREEN value IS 231 (90.62% from 255) = 51.33%
BLUE value IS 139 (54.69% from 255) = 30.89%
R=17.78%
G=51.33%
B=30.89%

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
Decimal802311390.6500.400.09143.4475.8860.98
Hex50E78B4102898f4c3d
Octal1203472131010501121711475
Binary10100001110011110001011100000101010001001100011111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50E78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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