Html Css Color HEX #50B86E Emerald

📋 copy color: '#50B86E'

red 80 ◦ green 184 ◦ blue 110

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

Shades of Emerald #50B86E

Tints of Emerald #50B86E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 49.2%

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

R = 21.39%
G = 49.2%
B = 29.41%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#50B86E (or 0x50B86E) is known color: Emerald. HEX triplet: 50, B8 and 6E. RGB value is (80,184,110). Sum of RGB (Red+Green+Blue) = 80+184+110=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 184 (72.27% from 255 or 49.20% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 184 - color contains mainly: green. Hex color #50B86E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B86E is #AF4791. Grayscale: #909090. Windows color (decimal): -11487122 or 7256144. OLE color: 7256144.

HSL color Cylindrical-coordinate representation of color #50B86E: hue angle of 137.31º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B86E is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 80 184 110 -
CMYK 0.57 0 0.40 0.28
HSL 137.31º 0.42% 0.52% -
HSV(B) 137.31º 0.57% 0.72% -
XYZ 23.26 37.11 20.69 -
YUV 144.47 108.54 82.02 -
System Red Green Blue C M Y K H S L
Decimal 80 184 110 0.57 0 0.40 0.28 137.31 0.42 0.52
Hex 50 B8 6E 39 0 28 1C 89 2A 34
Octal 120 270 156 71 0 50 34 211 52 64
Binary 1010000 10111000 1101110 111001 0 101000 11100 10001001 101010 110100

Color Harmonies of #50B86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B86E

Black with #50B86E

Text Example


Text Example

White with #50B86E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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