#50D77B

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

Shades of Emerald #50D77B

Tints of Emerald #50D77B

Color information

#50D77B (or 0x50D77B) is unknown color: approx Emerald. HEX triplet: 50, D7 and 7B. RGB value is (80,215,123). Sum of RGB (Red+Green+Blue) = 80+215+123=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 215 (84.38% from 255 or 51.44% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 215 - color contains mainly: green. Hex color #50D77B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D77B is #AF2884. Grayscale: #A4A4A4. Windows color (decimal): -11479173 or 8116048. OLE color: 8116048.

HSL color Cylindrical-coordinate representation of color #50D77B: hue angle of 139.11º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D77B is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB80215123-
CMYK0.6300.430.16
HSL139.11º62.79%57.84%-
HSV(B)139.11º62.79%84.31%-
XYZ31.1851.7427.08-
YUV164.15104.7767.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.14%
GREEN value IS 215 (84.38% from 255) = 51.44%
BLUE value IS 123 (48.44% from 255) = 29.43%
R=19.14%
G=51.44%
B=29.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal802151230.6300.430.16139.1162.7957.84
Hex50D77B3F02B108b3f3a
Octal12032717377053202137772
Binary101000011010111111101111111101010111000010001011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50D77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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