Html Css Color HEX #50DB82 Emerald

📋 copy color: '#50DB82'

red 80 ◦ green 219 ◦ blue 130

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

Shades of Emerald #50DB82

Tints of Emerald #50DB82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.3%

R = 18.65%
G = 51.05%
B = 30.3%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#50DB82 (or 0x50DB82) is known color: Emerald. HEX triplet: 50, DB and 82. RGB value is (80,219,130). Sum of RGB (Red+Green+Blue) = 80+219+130=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 219 (85.94% from 255 or 51.05% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 219 - color contains mainly: green. Hex color #50DB82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50DB82 is #AF247D. Grayscale: #A7A7A7. Windows color (decimal): -11478142 or 8575824. OLE color: 8575824.

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

Color convert

RGB 80 219 130 -
CMYK 0.63 0 0.41 0.14
HSL 141.58º 0.66% 0.59% -
HSV(B) 141.58º 0.63% 0.86% -
XYZ 32.67 53.98 29.82 -
YUV 167.29 106.95 65.74 -
System Red Green Blue C M Y K H S L
Decimal 80 219 130 0.63 0 0.41 0.14 141.58 0.66 0.59
Hex 50 DB 82 3F 0 29 E 8E 42 3B
Octal 120 333 202 77 0 51 16 216 102 73
Binary 1010000 11011011 10000010 111111 0 101001 1110 10001110 1000010 111011

Color Harmonies of #50DB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DB82

Black with #50DB82

Text Example


Text Example

White with #50DB82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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