#50DA75

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

Shades of Emerald #50DA75

Tints of Emerald #50DA75

Color information

#50DA75 (or 0x50DA75) is unknown color: approx Emerald. HEX triplet: 50, DA and 75. RGB value is (80,218,117). Sum of RGB (Red+Green+Blue) = 80+218+117=415 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.28% from 415); Green value is 218 (85.55% from 255 or 52.53% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 218 - color contains mainly: green. Hex color #50DA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DA75 is #AF258A. Grayscale: #A5A5A5. Windows color (decimal): -11478411 or 7723600. OLE color: 7723600.

HSL color Cylindrical-coordinate representation of color #50DA75: hue angle of 136.09º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50DA75 is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB80218117-
CMYK0.6300.460.15
HSL136.09º65.09%58.43%-
HSV(B)136.09º63.3%85.49%-
XYZ31.5953.1325.42-
YUV165.22100.7867.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.28%
GREEN value IS 218 (85.55% from 255) = 52.53%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=19.28%
G=52.53%
B=28.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal802181170.6300.460.15136.0965.0958.43
Hex50DA753F02EF88413a
Octal120332165770561721010172
Binary101000011011010111010111111101011101111100010001000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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