#50C78B

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

Shades of Emerald #50C78B

Tints of Emerald #50C78B

Color information

#50C78B (or 0x50C78B) is unknown color: approx Emerald. HEX triplet: 50, C7 and 8B. RGB value is (80,199,139). Sum of RGB (Red+Green+Blue) = 80+199+139=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 199 (78.12% from 255 or 47.61% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 199 - color contains mainly: green. Hex color #50C78B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C78B is #AF3874. Grayscale: #9C9C9C. Windows color (decimal): -11483253 or 9160528. OLE color: 9160528.

HSL color Cylindrical-coordinate representation of color #50C78B: hue angle of 149.75º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C78B is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB80199139-
CMYK0.6000.300.22
HSL149.75º51.52%54.71%-
HSV(B)149.75º59.8%78.04%-
XYZ28.3944.4231.5-
YUV156.58118.0873.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.14%
GREEN value IS 199 (78.12% from 255) = 47.61%
BLUE value IS 139 (54.69% from 255) = 33.25%
R=19.14%
G=47.61%
B=33.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal801991390.6000.300.22149.7551.5254.71
Hex50C78B3C01E16963437
Octal12030721374036262266467
Binary101000011000111100010111111000111101011010010110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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