Html Css Color HEX #50C589 Emerald

📋 copy color: '#50C589'

red 80 ◦ green 197 ◦ blue 137

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

Shades of Emerald #50C589

Tints of Emerald #50C589

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.58%

 BLUE value IS 137 (53.91% from 255) = 33.09%

R = 19.32%
G = 47.58%
B = 33.09%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#50C589 (or 0x50C589) is known color: Emerald. HEX triplet: 50, C5 and 89. RGB value is (80,197,137). Sum of RGB (Red+Green+Blue) = 80+197+137=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 197 - color contains mainly: green. Hex color #50C589 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C589 is #AF3A76. Grayscale: #9B9B9B. Windows color (decimal): -11483767 or 9028944. OLE color: 9028944.

HSL color Cylindrical-coordinate representation of color #50C589: hue angle of 149.23º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C589 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 80 197 137 -
CMYK 0.59 0 0.30 0.23
HSL 149.23º 0.5% 0.54% -
HSV(B) 149.23º 0.59% 0.77% -
XYZ 27.79 43.44 30.59 -
YUV 155.18 117.74 74.38 -
System Red Green Blue C M Y K H S L
Decimal 80 197 137 0.59 0 0.30 0.23 149.23 0.5 0.54
Hex 50 C5 89 3B 0 1E 17 95 32 36
Octal 120 305 211 73 0 36 27 225 62 66
Binary 1010000 11000101 10001001 111011 0 11110 10111 10010101 110010 110110

Color Harmonies of #50C589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C589

Black with #50C589

Text Example


Text Example

White with #50C589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,197,137); }

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

background-color css

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

 a { background-color: rgb(80,197,137); }

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

border-color css

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

 span { border-color: rgb(80,197,137); }

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