Html Css Color HEX #50E194 Emerald

📋 copy color: '#50E194'

red 80 ◦ green 225 ◦ blue 148

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

Shades of Emerald #50E194

Tints of Emerald #50E194

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.67%

 BLUE value IS 148 (58.2% from 255) = 32.67%

R = 17.66%
G = 49.67%
B = 32.67%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#50E194 (or 0x50E194) is known color: Emerald. HEX triplet: 50, E1 and 94. RGB value is (80,225,148). Sum of RGB (Red+Green+Blue) = 80+225+148=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 225 (88.28% from 255 or 49.67% from 453); Blue value is 148 (58.20% from 255 or 32.67% from 453); Max value from RGB is 225 - color contains mainly: green. Hex color #50E194 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E194 is #AF1E6B. Grayscale: #ADADAD. Windows color (decimal): -11476588 or 9757008. OLE color: 9757008.

HSL color Cylindrical-coordinate representation of color #50E194: hue angle of 148.14º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50E194 is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 225 148 -
CMYK 0.64 0 0.34 0.12
HSL 148.14º 0.71% 0.6% -
HSV(B) 148.14º 0.64% 0.88% -
XYZ 35.58 57.69 37.28 -
YUV 172.87 113.96 61.76 -
System Red Green Blue C M Y K H S L
Decimal 80 225 148 0.64 0 0.34 0.12 148.14 0.71 0.6
Hex 50 E1 94 40 0 22 C 94 47 3C
Octal 120 341 224 100 0 42 14 224 107 74
Binary 1010000 11100001 10010100 1000000 0 100010 1100 10010100 1000111 111100

Color Harmonies of #50E194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E194

Black with #50E194

Text Example


Text Example

White with #50E194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,225,148); }

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

background-color css

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

 a { background-color: rgb(80,225,148); }

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

border-color css

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

 span { border-color: rgb(80,225,148); }

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