Html Css Color HEX #50DA6D Emerald

📋 copy color: '#50DA6D'

red 80 ◦ green 218 ◦ blue 109

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

Shades of Emerald #50DA6D

Tints of Emerald #50DA6D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.56%

 BLUE value IS 109 (42.97% from 255) = 26.78%

R = 19.66%
G = 53.56%
B = 26.78%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#50DA6D (or 0x50DA6D) is known color: Emerald. HEX triplet: 50, DA and 6D. RGB value is (80,218,109). Sum of RGB (Red+Green+Blue) = 80+218+109=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 218 (85.55% from 255 or 53.56% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 218 - color contains mainly: green. Hex color #50DA6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DA6D is #AF2592. Grayscale: #A4A4A4. Windows color (decimal): -11478419 or 7199312. OLE color: 7199312.

HSL color Cylindrical-coordinate representation of color #50DA6D: hue angle of 132.61º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50DA6D is Cyan = 0.63, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 218 109 -
CMYK 0.63 0 0.5 0.15
HSL 132.61º 0.65% 0.58% -
HSV(B) 132.61º 0.63% 0.85% -
XYZ 31.14 52.95 23.05 -
YUV 164.31 96.78 67.86 -
System Red Green Blue C M Y K H S L
Decimal 80 218 109 0.63 0 0.5 0.15 132.61 0.65 0.58
Hex 50 DA 6D 3F 0 32 F 85 41 3A
Octal 120 332 155 77 0 62 17 205 101 72
Binary 1010000 11011010 1101101 111111 0 110010 1111 10000101 1000001 111010

Color Harmonies of #50DA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DA6D

Black with #50DA6D

Text Example


Text Example

White with #50DA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,218,109); }

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

background-color css

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

 a { background-color: rgb(80,218,109); }

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

border-color css

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

 span { border-color: rgb(80,218,109); }

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