Html Css Color HEX #50D86D Emerald

📋 copy color: '#50D86D'

red 80 ◦ green 216 ◦ blue 109

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

Shades of Emerald #50D86D

Tints of Emerald #50D86D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.91%

R = 19.75%
G = 53.33%
B = 26.91%

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

#50D86D (or 0x50D86D) is known color: Emerald. HEX triplet: 50, D8 and 6D. RGB value is (80,216,109). Sum of RGB (Red+Green+Blue) = 80+216+109=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 216 (84.77% from 255 or 53.33% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 216 - color contains mainly: green. Hex color #50D86D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D86D is #AF2792. Grayscale: #A3A3A3. Windows color (decimal): -11478931 or 7198800. OLE color: 7198800.

HSL color Cylindrical-coordinate representation of color #50D86D: hue angle of 132.79º 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 #50D86D is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 216 109 -
CMYK 0.63 0 0.50 0.15
HSL 132.79º 0.64% 0.58% -
HSV(B) 132.79º 0.63% 0.85% -
XYZ 30.62 51.92 22.88 -
YUV 163.14 97.44 68.7 -
System Red Green Blue C M Y K H S L
Decimal 80 216 109 0.63 0 0.50 0.15 132.79 0.64 0.58
Hex 50 D8 6D 3F 0 32 F 85 40 3A
Octal 120 330 155 77 0 62 17 205 100 72
Binary 1010000 11011000 1101101 111111 0 110010 1111 10000101 1000000 111010

Color Harmonies of #50D86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D86D

Black with #50D86D

Text Example


Text Example

White with #50D86D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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