Html Css Color HEX #50DC6E Emerald

📋 copy color: '#50DC6E'

red 80 ◦ green 220 ◦ blue 110

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

Shades of Emerald #50DC6E

Tints of Emerald #50DC6E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 53.66%

 BLUE value IS 110 (43.36% from 255) = 26.83%

R = 19.51%
G = 53.66%
B = 26.83%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#50DC6E (or 0x50DC6E) is known color: Emerald. HEX triplet: 50, DC and 6E. RGB value is (80,220,110). Sum of RGB (Red+Green+Blue) = 80+220+110=410 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.51% from 410); Green value is 220 (86.33% from 255 or 53.66% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 220 - color contains mainly: green. Hex color #50DC6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DC6E is #AF2391. Grayscale: #A5A5A5. Windows color (decimal): -11477906 or 7265360. OLE color: 7265360.

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

Color convert

RGB 80 220 110 -
CMYK 0.64 0 0.50 0.14
HSL 132.86º 0.67% 0.59% -
HSV(B) 132.86º 0.64% 0.86% -
XYZ 31.72 54.02 23.51 -
YUV 165.6 96.62 66.94 -
System Red Green Blue C M Y K H S L
Decimal 80 220 110 0.64 0 0.50 0.14 132.86 0.67 0.59
Hex 50 DC 6E 40 0 32 E 85 43 3B
Octal 120 334 156 100 0 62 16 205 103 73
Binary 1010000 11011100 1101110 1000000 0 110010 1110 10000101 1000011 111011

Color Harmonies of #50DC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DC6E

Black with #50DC6E

Text Example


Text Example

White with #50DC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,220,110); }

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

background-color css

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

 a { background-color: rgb(80,220,110); }

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

border-color css

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

 span { border-color: rgb(80,220,110); }

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