Html Css Color HEX #50E48A Emerald

📋 copy color: '#50E48A'

red 80 ◦ green 228 ◦ blue 138

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

Shades of Emerald #50E48A

Tints of Emerald #50E48A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.94%

R = 17.94%
G = 51.12%
B = 30.94%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#50E48A (or 0x50E48A) is known color: Emerald. HEX triplet: 50, E4 and 8A. RGB value is (80,228,138). Sum of RGB (Red+Green+Blue) = 80+228+138=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 228 (89.45% from 255 or 51.12% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 228 - color contains mainly: green. Hex color #50E48A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E48A is #AF1B75. Grayscale: #ADADAD. Windows color (decimal): -11475830 or 9102416. OLE color: 9102416.

HSL color Cylindrical-coordinate representation of color #50E48A: hue angle of 143.51º 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 #50E48A is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 228 138 -
CMYK 0.65 0 0.39 0.11
HSL 143.51º 0.73% 0.6% -
HSV(B) 143.51º 0.65% 0.89% -
XYZ 35.64 59.03 33.56 -
YUV 173.49 107.97 61.32 -
System Red Green Blue C M Y K H S L
Decimal 80 228 138 0.65 0 0.39 0.11 143.51 0.73 0.6
Hex 50 E4 8A 41 0 27 B 90 49 3C
Octal 120 344 212 101 0 47 13 220 111 74
Binary 1010000 11100100 10001010 1000001 0 100111 1011 10010000 1001001 111100

Color Harmonies of #50E48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E48A

Black with #50E48A

Text Example


Text Example

White with #50E48A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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