#50EF7A

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

Shades of Emerald #50EF7A

Tints of Emerald #50EF7A

Color information

#50EF7A (or 0x50EF7A) is unknown color: approx Emerald. HEX triplet: 50, EF and 7A. RGB value is (80,239,122). Sum of RGB (Red+Green+Blue) = 80+239+122=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 239 (93.75% from 255 or 54.20% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 239 - color contains mainly: green. Hex color #50EF7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EF7A is #AF1085. Grayscale: #B2B2B2. Windows color (decimal): -11473030 or 8056656. OLE color: 8056656.

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

Color convert

RGB80239122-
CMYK0.6700.490.06
HSL135.85º83.25%62.55%-
HSV(B)135.85º66.53%93.73%-
XYZ37.6964.8428.94-
YUV178.1296.3258.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.14%
GREEN value IS 239 (93.75% from 255) = 54.20%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=18.14%
G=54.20%
B=27.66%

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
Decimal802391220.6700.490.06135.8583.2562.55
Hex50EF7A43031688533f
Octal120357172103061621012377
Binary101000011101111111101010000110110001110100010001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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