#50DB86

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

Shades of Emerald #50DB86

Tints of Emerald #50DB86

Color information

#50DB86 (or 0x50DB86) is unknown color: approx Emerald. HEX triplet: 50, DB and 86. RGB value is (80,219,134). Sum of RGB (Red+Green+Blue) = 80+219+134=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #50DB86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DB86 is #AF2479. Grayscale: #A7A7A7. Windows color (decimal): -11478138 or 8837968. OLE color: 8837968.

HSL color Cylindrical-coordinate representation of color #50DB86: hue angle of 143.31º 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 #50DB86 is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB80219134-
CMYK0.6300.390.14
HSL143.31º65.88%58.63%-
HSV(B)143.31º63.47%85.88%-
XYZ32.9454.0931.26-
YUV167.75108.9565.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.48%
GREEN value IS 219 (85.94% from 255) = 50.58%
BLUE value IS 134 (52.73% from 255) = 30.95%
R=18.48%
G=50.58%
B=30.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal802191340.6300.390.14143.3165.8858.63
Hex50DB863F027E8f423b
Octal120333206770471621710273
Binary1010000110110111000011011111101001111110100011111000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50DB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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