#50DC75

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

Shades of Emerald #50DC75

Tints of Emerald #50DC75

Color information

#50DC75 (or 0x50DC75) is unknown color: approx Emerald. HEX triplet: 50, DC and 75. RGB value is (80,220,117). Sum of RGB (Red+Green+Blue) = 80+220+117=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 220 (86.33% from 255 or 52.76% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 220 - color contains mainly: green. Hex color #50DC75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DC75 is #AF238A. Grayscale: #A6A6A6. Windows color (decimal): -11477899 or 7724112. OLE color: 7724112.

HSL color Cylindrical-coordinate representation of color #50DC75: hue angle of 135.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50DC75 is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB80220117-
CMYK0.6400.470.14
HSL135.86º66.67%58.82%-
HSV(B)135.86º63.64%86.27%-
XYZ32.1154.1825.59-
YUV166.4100.1266.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.18%
GREEN value IS 220 (86.33% from 255) = 52.76%
BLUE value IS 117 (46.09% from 255) = 28.06%
R=19.18%
G=52.76%
B=28.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal802201170.6400.470.14135.8666.6758.82
Hex50DC754002FE88433b
Octal1203341651000571621010373
Binary1010000110111001110101100000001011111110100010001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,220,117); }

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

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

 a { background-color: rgb(80,220,117); }

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

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

 span { border-color: rgb(80,220,117); }

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