Html Css Color HEX #50D86B Emerald

📋 copy color: '#50D86B'

red 80 ◦ green 216 ◦ blue 107

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

Shades of Emerald #50D86B

Tints of Emerald #50D86B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 53.6%

 BLUE value IS 107 (42.19% from 255) = 26.55%

R = 19.85%
G = 53.6%
B = 26.55%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#50D86B (or 0x50D86B) is known color: Emerald. HEX triplet: 50, D8 and 6B. RGB value is (80,216,107). Sum of RGB (Red+Green+Blue) = 80+216+107=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 216 (84.77% from 255 or 53.60% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 216 - color contains mainly: green. Hex color #50D86B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D86B is #AF2794. Grayscale: #A3A3A3. Windows color (decimal): -11478933 or 7067728. OLE color: 7067728.

HSL color Cylindrical-coordinate representation of color #50D86B: hue angle of 131.91º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D86B is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 216 107 -
CMYK 0.63 0 0.50 0.15
HSL 131.91º 0.64% 0.58% -
HSV(B) 131.91º 0.63% 0.85% -
XYZ 30.52 51.88 22.32 -
YUV 162.91 96.44 68.86 -
System Red Green Blue C M Y K H S L
Decimal 80 216 107 0.63 0 0.50 0.15 131.91 0.64 0.58
Hex 50 D8 6B 3F 0 32 F 84 40 3A
Octal 120 330 153 77 0 62 17 204 100 72
Binary 1010000 11011000 1101011 111111 0 110010 1111 10000100 1000000 111010

Color Harmonies of #50D86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D86B

Black with #50D86B

Text Example


Text Example

White with #50D86B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,216,107); }

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

background-color css

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

 a { background-color: rgb(80,216,107); }

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

border-color css

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

 span { border-color: rgb(80,216,107); }

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