Html Css Color HEX #50BA79 Emerald

📋 copy color: '#50BA79'

red 80 ◦ green 186 ◦ blue 121

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

Shades of Emerald #50BA79

Tints of Emerald #50BA79

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.06%

 BLUE value IS 121 (47.66% from 255) = 31.27%

R = 20.67%
G = 48.06%
B = 31.27%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#50BA79 (or 0x50BA79) is known color: Emerald. HEX triplet: 50, BA and 79. RGB value is (80,186,121). Sum of RGB (Red+Green+Blue) = 80+186+121=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BA79 is #AF4586. Grayscale: #939393. Windows color (decimal): -11486599 or 7977552. OLE color: 7977552.

HSL color Cylindrical-coordinate representation of color #50BA79: hue angle of 143.21º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BA79 is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 186 121 -
CMYK 0.57 0 0.35 0.27
HSL 143.21º 0.43% 0.52% -
HSV(B) 143.21º 0.57% 0.73% -
XYZ 24.32 38.2 24.18 -
YUV 146.9 113.38 80.29 -
System Red Green Blue C M Y K H S L
Decimal 80 186 121 0.57 0 0.35 0.27 143.21 0.43 0.52
Hex 50 BA 79 39 0 23 1B 8F 2B 34
Octal 120 272 171 71 0 43 33 217 53 64
Binary 1010000 10111010 1111001 111001 0 100011 11011 10001111 101011 110100

Color Harmonies of #50BA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BA79

Black with #50BA79

Text Example


Text Example

White with #50BA79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,186,121); }

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

background-color css

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

 a { background-color: rgb(80,186,121); }

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

border-color css

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

 span { border-color: rgb(80,186,121); }

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