Html Css Color HEX #50D77A Emerald

📋 copy color: '#50D77A'

red 80 ◦ green 215 ◦ blue 122

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

Shades of Emerald #50D77A

Tints of Emerald #50D77A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.26%

R = 19.18%
G = 51.56%
B = 29.26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#50D77A (or 0x50D77A) is known color: Emerald. HEX triplet: 50, D7 and 7A. RGB value is (80,215,122). Sum of RGB (Red+Green+Blue) = 80+215+122=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 215 (84.38% from 255 or 51.56% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 215 - color contains mainly: green. Hex color #50D77A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D77A is #AF2885. Grayscale: #A4A4A4. Windows color (decimal): -11479174 or 8050512. OLE color: 8050512.

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

Color convert

RGB 80 215 122 -
CMYK 0.63 0 0.43 0.16
HSL 138.67º 0.63% 0.58% -
HSV(B) 138.67º 0.63% 0.84% -
XYZ 31.12 51.71 26.75 -
YUV 164.03 104.27 68.06 -
System Red Green Blue C M Y K H S L
Decimal 80 215 122 0.63 0 0.43 0.16 138.67 0.63 0.58
Hex 50 D7 7A 3F 0 2B 10 8B 3F 3A
Octal 120 327 172 77 0 53 20 213 77 72
Binary 1010000 11010111 1111010 111111 0 101011 10000 10001011 111111 111010

Color Harmonies of #50D77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D77A

Black with #50D77A

Text Example


Text Example

White with #50D77A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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