Html Css Color HEX #50D57B Emerald

📋 copy color: '#50D57B'

red 80 ◦ green 213 ◦ blue 123

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

Shades of Emerald #50D57B

Tints of Emerald #50D57B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.2%

 BLUE value IS 123 (48.44% from 255) = 29.57%

R = 19.23%
G = 51.2%
B = 29.57%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#50D57B (or 0x50D57B) is known color: Emerald. HEX triplet: 50, D5 and 7B. RGB value is (80,213,123). Sum of RGB (Red+Green+Blue) = 80+213+123=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 213 (83.59% from 255 or 51.20% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 213 - color contains mainly: green. Hex color #50D57B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D57B is #AF2A84. Grayscale: #A3A3A3. Windows color (decimal): -11479685 or 8115536. OLE color: 8115536.

HSL color Cylindrical-coordinate representation of color #50D57B: hue angle of 139.4º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D57B is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 213 123 -
CMYK 0.62 0 0.42 0.16
HSL 139.4º 0.61% 0.57% -
HSV(B) 139.4º 0.62% 0.84% -
XYZ 30.68 50.72 26.91 -
YUV 162.97 105.44 68.82 -
System Red Green Blue C M Y K H S L
Decimal 80 213 123 0.62 0 0.42 0.16 139.4 0.61 0.57
Hex 50 D5 7B 3E 0 2A 10 8B 3D 39
Octal 120 325 173 76 0 52 20 213 75 71
Binary 1010000 11010101 1111011 111110 0 101010 10000 10001011 111101 111001

Color Harmonies of #50D57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D57B

Black with #50D57B

Text Example


Text Example

White with #50D57B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,213,123); }

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

background-color css

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

 a { background-color: rgb(80,213,123); }

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

border-color css

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

 span { border-color: rgb(80,213,123); }

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