Html Css Color HEX #50DB71 Emerald

📋 copy color: '#50DB71'

red 80 ◦ green 219 ◦ blue 113

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

Shades of Emerald #50DB71

Tints of Emerald #50DB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.43%

R = 19.42%
G = 53.16%
B = 27.43%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#50DB71 (or 0x50DB71) is known color: Emerald. HEX triplet: 50, DB and 71. RGB value is (80,219,113). Sum of RGB (Red+Green+Blue) = 80+219+113=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 219 (85.94% from 255 or 53.16% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 219 - color contains mainly: green. Hex color #50DB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DB71 is #AF248E. Grayscale: #A5A5A5. Windows color (decimal): -11478159 or 7461712. OLE color: 7461712.

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

Color convert

RGB 80 219 113 -
CMYK 0.63 0 0.48 0.14
HSL 134.24º 0.66% 0.59% -
HSV(B) 134.24º 0.63% 0.86% -
XYZ 31.62 53.56 24.29 -
YUV 165.36 98.45 67.12 -
System Red Green Blue C M Y K H S L
Decimal 80 219 113 0.63 0 0.48 0.14 134.24 0.66 0.59
Hex 50 DB 71 3F 0 30 E 86 42 3B
Octal 120 333 161 77 0 60 16 206 102 73
Binary 1010000 11011011 1110001 111111 0 110000 1110 10000110 1000010 111011

Color Harmonies of #50DB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DB71

Black with #50DB71

Text Example


Text Example

White with #50DB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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