Html Css Color HEX #50DA76 Emerald

📋 copy color: '#50DA76'

red 80 ◦ green 218 ◦ blue 118

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

Shades of Emerald #50DA76

Tints of Emerald #50DA76

RGB

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

 GREEN value IS 218 (85.55% from 255) = 52.4%

 BLUE value IS 118 (46.48% from 255) = 28.37%

R = 19.23%
G = 52.4%
B = 28.37%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#50DA76 (or 0x50DA76) is known color: Emerald. HEX triplet: 50, DA and 76. RGB value is (80,218,118). Sum of RGB (Red+Green+Blue) = 80+218+118=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 218 (85.55% from 255 or 52.40% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 218 - color contains mainly: green. Hex color #50DA76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DA76 is #AF2589. Grayscale: #A5A5A5. Windows color (decimal): -11478410 or 7789136. OLE color: 7789136.

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

Color convert

RGB 80 218 118 -
CMYK 0.63 0 0.46 0.15
HSL 136.52º 0.65% 0.58% -
HSV(B) 136.52º 0.63% 0.85% -
XYZ 31.65 53.16 25.73 -
YUV 165.34 101.28 67.13 -
System Red Green Blue C M Y K H S L
Decimal 80 218 118 0.63 0 0.46 0.15 136.52 0.65 0.58
Hex 50 DA 76 3F 0 2E F 89 41 3A
Octal 120 332 166 77 0 56 17 211 101 72
Binary 1010000 11011010 1110110 111111 0 101110 1111 10001001 1000001 111010

Color Harmonies of #50DA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DA76

Black with #50DA76

Text Example


Text Example

White with #50DA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,218,118); }

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

background-color css

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

 a { background-color: rgb(80,218,118); }

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

border-color css

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

 span { border-color: rgb(80,218,118); }

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