Html Css Color HEX #50D177 Emerald

📋 copy color: '#50D177'

red 80 ◦ green 209 ◦ blue 119

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

Shades of Emerald #50D177

Tints of Emerald #50D177

RGB

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

 GREEN value IS 209 (82.03% from 255) = 51.23%

 BLUE value IS 119 (46.88% from 255) = 29.17%

R = 19.61%
G = 51.23%
B = 29.17%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#50D177 (or 0x50D177) is known color: Emerald. HEX triplet: 50, D1 and 77. RGB value is (80,209,119). Sum of RGB (Red+Green+Blue) = 80+209+119=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 209 (82.03% from 255 or 51.23% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 209 - color contains mainly: green. Hex color #50D177 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D177 is #AF2E88. Grayscale: #A0A0A0. Windows color (decimal): -11480713 or 7852368. OLE color: 7852368.

HSL color Cylindrical-coordinate representation of color #50D177: hue angle of 138.14º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D177 is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 209 119 -
CMYK 0.62 0 0.43 0.18
HSL 138.14º 0.58% 0.57% -
HSV(B) 138.14º 0.62% 0.82% -
XYZ 29.44 48.64 25.29 -
YUV 160.17 104.76 70.82 -
System Red Green Blue C M Y K H S L
Decimal 80 209 119 0.62 0 0.43 0.18 138.14 0.58 0.57
Hex 50 D1 77 3E 0 2B 12 8A 3A 39
Octal 120 321 167 76 0 53 22 212 72 71
Binary 1010000 11010001 1110111 111110 0 101011 10010 10001010 111010 111001

Color Harmonies of #50D177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D177

Black with #50D177

Text Example


Text Example

White with #50D177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,209,119); }

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

background-color css

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

 a { background-color: rgb(80,209,119); }

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

border-color css

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

 span { border-color: rgb(80,209,119); }

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