Html Css Color HEX #50E486 Emerald

📋 copy color: '#50E486'

red 80 ◦ green 228 ◦ blue 134

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

Shades of Emerald #50E486

Tints of Emerald #50E486

RGB

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

 GREEN value IS 228 (89.45% from 255) = 51.58%

 BLUE value IS 134 (52.73% from 255) = 30.32%

R = 18.1%
G = 51.58%
B = 30.32%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#50E486 (or 0x50E486) is known color: Emerald. HEX triplet: 50, E4 and 86. RGB value is (80,228,134). Sum of RGB (Red+Green+Blue) = 80+228+134=442 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.10% from 442); Green value is 228 (89.45% from 255 or 51.58% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 228 - color contains mainly: green. Hex color #50E486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E486 is #AF1B79. Grayscale: #ADADAD. Windows color (decimal): -11475834 or 8840272. OLE color: 8840272.

HSL color Cylindrical-coordinate representation of color #50E486: hue angle of 141.89º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E486 is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 228 134 -
CMYK 0.65 0 0.41 0.11
HSL 141.89º 0.73% 0.6% -
HSV(B) 141.89º 0.65% 0.89% -
XYZ 35.35 58.91 32.06 -
YUV 173.03 105.97 61.64 -
System Red Green Blue C M Y K H S L
Decimal 80 228 134 0.65 0 0.41 0.11 141.89 0.73 0.6
Hex 50 E4 86 41 0 29 B 8E 49 3C
Octal 120 344 206 101 0 51 13 216 111 74
Binary 1010000 11100100 10000110 1000001 0 101001 1011 10001110 1001001 111100

Color Harmonies of #50E486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E486

Black with #50E486

Text Example


Text Example

White with #50E486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,228,134); }

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

background-color css

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

 a { background-color: rgb(80,228,134); }

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

border-color css

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

 span { border-color: rgb(80,228,134); }

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