#50EB76

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

Shades of Emerald #50EB76

Tints of Emerald #50EB76

Color information

#50EB76 (or 0x50EB76) is unknown color: approx Emerald. HEX triplet: 50, EB and 76. RGB value is (80,235,118). Sum of RGB (Red+Green+Blue) = 80+235+118=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 235 (92.19% from 255 or 54.27% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 235 - color contains mainly: green. Hex color #50EB76 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #50EB76 is #AF1489. Grayscale: #AFAFAF. Windows color (decimal): -11474058 or 7793488. OLE color: 7793488.

HSL color Cylindrical-coordinate representation of color #50EB76: hue angle of 134.71º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50EB76 is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB80235118-
CMYK0.6600.500.08
HSL134.71º79.49%61.76%-
HSV(B)134.71º65.96%92.16%-
XYZ36.2962.4327.28-
YUV175.3295.6560.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.48%
GREEN value IS 235 (92.19% from 255) = 54.27%
BLUE value IS 118 (46.48% from 255) = 27.25%
R=18.48%
G=54.27%
B=27.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal802351180.6600.500.08134.7179.4961.76
Hex50EB76420328874f3e
Octal1203531661020621020711776
Binary1010000111010111110110100001001100101000100001111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50EB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,235,118); }

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

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

 a { background-color: rgb(80,235,118); }

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

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

 span { border-color: rgb(80,235,118); }

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