#50EF7B

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

Shades of Emerald #50EF7B

Tints of Emerald #50EF7B

Color information

#50EF7B (or 0x50EF7B) is unknown color: approx Emerald. HEX triplet: 50, EF and 7B. RGB value is (80,239,123). Sum of RGB (Red+Green+Blue) = 80+239+123=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 239 (93.75% from 255 or 54.07% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 239 - color contains mainly: green. Hex color #50EF7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EF7B is #AF1084. Grayscale: #B2B2B2. Windows color (decimal): -11473029 or 8122192. OLE color: 8122192.

HSL color Cylindrical-coordinate representation of color #50EF7B: hue angle of 136.23º 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 #50EF7B is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB80239123-
CMYK0.6700.490.06
HSL136.23º83.25%62.55%-
HSV(B)136.23º66.53%93.73%-
XYZ37.7564.8729.27-
YUV178.2396.8257.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.10%
GREEN value IS 239 (93.75% from 255) = 54.07%
BLUE value IS 123 (48.44% from 255) = 27.83%
R=18.10%
G=54.07%
B=27.83%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal802391230.6700.490.06136.2383.2562.55
Hex50EF7B43031688533f
Octal120357173103061621012377
Binary101000011101111111101110000110110001110100010001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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