Html Css Color HEX #50DB76 Emerald

📋 copy color: '#50DB76'

red 80 ◦ green 219 ◦ blue 118

#50DB76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #50DB76

Tints of Emerald #50DB76

RGB

 RED value IS 80 (31.64% from 255) = 19.18%

 GREEN value IS 219 (85.94% from 255) = 52.52%

 BLUE value IS 118 (46.48% from 255) = 28.3%

R = 19.18%
G = 52.52%
B = 28.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#50DB76 (or 0x50DB76) is known color: Emerald. HEX triplet: 50, DB and 76. RGB value is (80,219,118). Sum of RGB (Red+Green+Blue) = 80+219+118=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 219 (85.94% from 255 or 52.52% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 219 - color contains mainly: green. Hex color #50DB76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DB76 is #AF2489. Grayscale: #A6A6A6. Windows color (decimal): -11478154 or 7789392. OLE color: 7789392.

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

Color convert

RGB 80 219 118 -
CMYK 0.63 0 0.46 0.14
HSL 136.4º 0.66% 0.59% -
HSV(B) 136.4º 0.63% 0.86% -
XYZ 31.91 53.68 25.82 -
YUV 165.93 100.95 66.71 -
System Red Green Blue C M Y K H S L
Decimal 80 219 118 0.63 0 0.46 0.14 136.4 0.66 0.59
Hex 50 DB 76 3F 0 2E E 88 42 3B
Octal 120 333 166 77 0 56 16 210 102 73
Binary 1010000 11011011 1110110 111111 0 101110 1110 10001000 1000010 111011

Color Harmonies of #50DB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DB76

Black with #50DB76

Text Example


Text Example

White with #50DB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50DB76;
 }
 .AnyTagClassName
 {
   color: #50DB76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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