Html Css Color HEX #50E091 Emerald

📋 copy color: '#50E091'

red 80 ◦ green 224 ◦ blue 145

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

Shades of Emerald #50E091

Tints of Emerald #50E091

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.89%

 BLUE value IS 145 (57.03% from 255) = 32.29%

R = 17.82%
G = 49.89%
B = 32.29%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#50E091 (or 0x50E091) is known color: Emerald. HEX triplet: 50, E0 and 91. RGB value is (80,224,145). Sum of RGB (Red+Green+Blue) = 80+224+145=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #50E091 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E091 is #AF1F6E. Grayscale: #ACACAC. Windows color (decimal): -11476847 or 9560144. OLE color: 9560144.

HSL color Cylindrical-coordinate representation of color #50E091: hue angle of 147.08º degrees, saturation: 0.7, 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 #50E091 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 224 145 -
CMYK 0.64 0 0.35 0.12
HSL 147.08º 0.7% 0.6% -
HSV(B) 147.08º 0.64% 0.88% -
XYZ 35.07 57.06 35.95 -
YUV 171.94 112.79 62.42 -
System Red Green Blue C M Y K H S L
Decimal 80 224 145 0.64 0 0.35 0.12 147.08 0.7 0.6
Hex 50 E0 91 40 0 23 C 93 46 3C
Octal 120 340 221 100 0 43 14 223 106 74
Binary 1010000 11100000 10010001 1000000 0 100011 1100 10010011 1000110 111100

Color Harmonies of #50E091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E091

Black with #50E091

Text Example


Text Example

White with #50E091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,224,145); }

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

background-color css

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

 a { background-color: rgb(80,224,145); }

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

border-color css

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

 span { border-color: rgb(80,224,145); }

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