Html Css Color HEX #50D659 Emerald

📋 copy color: '#50D659'

red 80 ◦ green 214 ◦ blue 89

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

Shades of Emerald #50D659

Tints of Emerald #50D659

RGB

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

 GREEN value IS 214 (83.98% from 255) = 55.87%

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

R = 20.89%
G = 55.87%
B = 23.24%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#50D659 (or 0x50D659) is known color: Emerald. HEX triplet: 50, D6 and 59. RGB value is (80,214,89). Sum of RGB (Red+Green+Blue) = 80+214+89=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 214 (83.98% from 255 or 55.87% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 214 - color contains mainly: green. Hex color #50D659 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D659 is #AF29A6. Grayscale: #A0A0A0. Windows color (decimal): -11479463 or 5887568. OLE color: 5887568.

HSL color Cylindrical-coordinate representation of color #50D659: hue angle of 124.03º degrees, saturation: 0.62, 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 #50D659 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 214 89 -
CMYK 0.63 0 0.58 0.16
HSL 124.03º 0.62% 0.58% -
HSV(B) 124.03º 0.63% 0.84% -
XYZ 29.16 50.52 17.67 -
YUV 159.68 88.11 71.16 -
System Red Green Blue C M Y K H S L
Decimal 80 214 89 0.63 0 0.58 0.16 124.03 0.62 0.58
Hex 50 D6 59 3F 0 3A 10 7C 3E 3A
Octal 120 326 131 77 0 72 20 174 76 72
Binary 1010000 11010110 1011001 111111 0 111010 10000 1111100 111110 111010

Color Harmonies of #50D659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D659

Black with #50D659

Text Example


Text Example

White with #50D659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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