#50EF7C

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

Shades of Emerald #50EF7C

Tints of Emerald #50EF7C

Color information

#50EF7C (or 0x50EF7C) is unknown color: approx Emerald. HEX triplet: 50, EF and 7C. RGB value is (80,239,124). Sum of RGB (Red+Green+Blue) = 80+239+124=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 239 (93.75% from 255 or 53.95% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 239 - color contains mainly: green. Hex color #50EF7C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EF7C is #AF1083. Grayscale: #B2B2B2. Windows color (decimal): -11473028 or 8187728. OLE color: 8187728.

HSL color Cylindrical-coordinate representation of color #50EF7C: hue angle of 136.6º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50EF7C is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB80239124-
CMYK0.6700.480.06
HSL136.6º83.25%62.55%-
HSV(B)136.6º66.53%93.73%-
XYZ37.8164.8929.6-
YUV178.3597.3257.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.06%
GREEN value IS 239 (93.75% from 255) = 53.95%
BLUE value IS 124 (48.83% from 255) = 27.99%
R=18.06%
G=53.95%
B=27.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal802391240.6700.480.06136.683.2562.55
Hex50EF7C43030689533f
Octal120357174103060621112377
Binary101000011101111111110010000110110000110100010011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,239,124); }

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

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

 a { background-color: rgb(80,239,124); }

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

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

 span { border-color: rgb(80,239,124); }

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