Html Css Color HEX #50E090 Emerald

📋 copy color: '#50E090'

red 80 ◦ green 224 ◦ blue 144

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

Shades of Emerald #50E090

Tints of Emerald #50E090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.14%

R = 17.86%
G = 50%
B = 32.14%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#50E090 (or 0x50E090) is known color: Emerald. HEX triplet: 50, E0 and 90. RGB value is (80,224,144). Sum of RGB (Red+Green+Blue) = 80+224+144=448 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.86% from 448); Green value is 224 (87.89% from 255 or 50% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 224 - color contains mainly: green. Hex color #50E090 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E090 is #AF1F6F. Grayscale: #ACACAC. Windows color (decimal): -11476848 or 9494608. OLE color: 9494608.

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

Color convert

RGB 80 224 144 -
CMYK 0.64 0 0.36 0.12
HSL 146.67º 0.7% 0.6% -
HSV(B) 146.67º 0.64% 0.88% -
XYZ 35 57.03 35.55 -
YUV 171.82 112.29 62.5 -
System Red Green Blue C M Y K H S L
Decimal 80 224 144 0.64 0 0.36 0.12 146.67 0.7 0.6
Hex 50 E0 90 40 0 24 C 93 46 3C
Octal 120 340 220 100 0 44 14 223 106 74
Binary 1010000 11100000 10010000 1000000 0 100100 1100 10010011 1000110 111100

Color Harmonies of #50E090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E090

Black with #50E090

Text Example


Text Example

White with #50E090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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