Html Css Color HEX #50DA7E Emerald

📋 copy color: '#50DA7E'

red 80 ◦ green 218 ◦ blue 126

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

Shades of Emerald #50DA7E

Tints of Emerald #50DA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.72%

R = 18.87%
G = 51.42%
B = 29.72%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#50DA7E (or 0x50DA7E) is known color: Emerald. HEX triplet: 50, DA and 7E. RGB value is (80,218,126). Sum of RGB (Red+Green+Blue) = 80+218+126=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 218 (85.55% from 255 or 51.42% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 218 - color contains mainly: green. Hex color #50DA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DA7E is #AF2581. Grayscale: #A6A6A6. Windows color (decimal): -11478402 or 8313424. OLE color: 8313424.

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

Color convert

RGB 80 218 126 -
CMYK 0.63 0 0.42 0.15
HSL 140º 0.65% 0.58% -
HSV(B) 140º 0.63% 0.85% -
XYZ 32.15 53.35 28.34 -
YUV 166.25 105.28 66.48 -
System Red Green Blue C M Y K H S L
Decimal 80 218 126 0.63 0 0.42 0.15 140 0.65 0.58
Hex 50 DA 7E 3F 0 2A F 8C 41 3A
Octal 120 332 176 77 0 52 17 214 101 72
Binary 1010000 11011010 1111110 111111 0 101010 1111 10001100 1000001 111010

Color Harmonies of #50DA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DA7E

Black with #50DA7E

Text Example


Text Example

White with #50DA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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