Html Css Color HEX #50D759 Emerald

📋 copy color: '#50D759'

red 80 ◦ green 215 ◦ blue 89

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

Shades of Emerald #50D759

Tints of Emerald #50D759

RGB

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

 GREEN value IS 215 (84.38% from 255) = 55.99%

 BLUE value IS 89 (35.16% from 255) = 23.18%

R = 20.83%
G = 55.99%
B = 23.18%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#50D759 (or 0x50D759) is known color: Emerald. HEX triplet: 50, D7 and 59. RGB value is (80,215,89). Sum of RGB (Red+Green+Blue) = 80+215+89=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 215 (84.38% from 255 or 55.99% from 384); Blue value is 89 (35.16% from 255 or 23.18% from 384); Max value from RGB is 215 - color contains mainly: green. Hex color #50D759 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D759 is #AF28A6. Grayscale: #A0A0A0. Windows color (decimal): -11479207 or 5887824. OLE color: 5887824.

HSL color Cylindrical-coordinate representation of color #50D759: hue angle of 124º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D759 is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 215 89 -
CMYK 0.63 0 0.59 0.16
HSL 124º 0.63% 0.58% -
HSV(B) 124º 0.63% 0.84% -
XYZ 29.41 51.03 17.75 -
YUV 160.27 87.77 70.75 -
System Red Green Blue C M Y K H S L
Decimal 80 215 89 0.63 0 0.59 0.16 124 0.63 0.58
Hex 50 D7 59 3F 0 3B 10 7C 3F 3A
Octal 120 327 131 77 0 73 20 174 77 72
Binary 1010000 11010111 1011001 111111 0 111011 10000 1111100 111111 111010

Color Harmonies of #50D759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D759

Black with #50D759

Text Example


Text Example

White with #50D759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,215,89); }

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

background-color css

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

 a { background-color: rgb(80,215,89); }

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

border-color css

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

 span { border-color: rgb(80,215,89); }

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