#50DB7A

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

Shades of Emerald #50DB7A

Tints of Emerald #50DB7A

Color information

#50DB7A (or 0x50DB7A) is unknown color: approx Emerald. HEX triplet: 50, DB and 7A. RGB value is (80,219,122). Sum of RGB (Red+Green+Blue) = 80+219+122=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 219 (85.94% from 255 or 52.02% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 219 - color contains mainly: green. Hex color #50DB7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DB7A is #AF2485. Grayscale: #A6A6A6. Windows color (decimal): -11478150 or 8051536. OLE color: 8051536.

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

Color convert

RGB80219122-
CMYK0.6300.440.14
HSL138.13º65.88%58.63%-
HSV(B)138.13º63.47%85.88%-
XYZ32.1553.7727.1-
YUV166.38102.9566.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.00%
GREEN value IS 219 (85.94% from 255) = 52.02%
BLUE value IS 122 (48.05% from 255) = 28.98%
R=19.00%
G=52.02%
B=28.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal802191220.6300.440.14138.1365.8858.63
Hex50DB7A3F02CE8a423b
Octal120333172770541621210273
Binary101000011011011111101011111101011001110100010101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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