Html Css Color HEX #50BD6E Emerald

📋 copy color: '#50BD6E'

red 80 ◦ green 189 ◦ blue 110

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

Shades of Emerald #50BD6E

Tints of Emerald #50BD6E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 49.87%

 BLUE value IS 110 (43.36% from 255) = 29.02%

R = 21.11%
G = 49.87%
B = 29.02%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#50BD6E (or 0x50BD6E) is known color: Emerald. HEX triplet: 50, BD and 6E. RGB value is (80,189,110). Sum of RGB (Red+Green+Blue) = 80+189+110=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50BD6E is #AF4291. Grayscale: #939393. Windows color (decimal): -11485842 or 7257424. OLE color: 7257424.

HSL color Cylindrical-coordinate representation of color #50BD6E: hue angle of 136.51º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50BD6E is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 189 110 -
CMYK 0.58 0 0.42 0.26
HSL 136.51º 0.45% 0.53% -
HSV(B) 136.51º 0.58% 0.74% -
XYZ 24.32 39.23 21.04 -
YUV 147.4 106.89 79.92 -
System Red Green Blue C M Y K H S L
Decimal 80 189 110 0.58 0 0.42 0.26 136.51 0.45 0.53
Hex 50 BD 6E 3A 0 2A 1A 89 2D 35
Octal 120 275 156 72 0 52 32 211 55 65
Binary 1010000 10111101 1101110 111010 0 101010 11010 10001001 101101 110101

Color Harmonies of #50BD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BD6E

Black with #50BD6E

Text Example


Text Example

White with #50BD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,189,110); }

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

background-color css

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

 a { background-color: rgb(80,189,110); }

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

border-color css

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

 span { border-color: rgb(80,189,110); }

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