Html Css Color HEX #50E488 Emerald

📋 copy color: '#50E488'

red 80 ◦ green 228 ◦ blue 136

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

Shades of Emerald #50E488

Tints of Emerald #50E488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.63%

R = 18.02%
G = 51.35%
B = 30.63%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.40

 K value IS 0.11

RGB Variations

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

Color information

#50E488 (or 0x50E488) is known color: Emerald. HEX triplet: 50, E4 and 88. RGB value is (80,228,136). Sum of RGB (Red+Green+Blue) = 80+228+136=444 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.02% from 444); Green value is 228 (89.45% from 255 or 51.35% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 228 - color contains mainly: green. Hex color #50E488 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E488 is #AF1B77. Grayscale: #ADADAD. Windows color (decimal): -11475832 or 8971344. OLE color: 8971344.

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

Color convert

RGB 80 228 136 -
CMYK 0.65 0 0.40 0.11
HSL 142.7º 0.73% 0.6% -
HSV(B) 142.7º 0.65% 0.89% -
XYZ 35.5 58.97 32.8 -
YUV 173.26 106.97 61.48 -
System Red Green Blue C M Y K H S L
Decimal 80 228 136 0.65 0 0.40 0.11 142.7 0.73 0.6
Hex 50 E4 88 41 0 28 B 8F 49 3C
Octal 120 344 210 101 0 50 13 217 111 74
Binary 1010000 11100100 10001000 1000001 0 101000 1011 10001111 1001001 111100

Color Harmonies of #50E488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E488

Black with #50E488

Text Example


Text Example

White with #50E488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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