Html Css Color HEX #50D76E Emerald

📋 copy color: '#50D76E'

red 80 ◦ green 215 ◦ blue 110

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

Shades of Emerald #50D76E

Tints of Emerald #50D76E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 53.09%

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

R = 19.75%
G = 53.09%
B = 27.16%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#50D76E (or 0x50D76E) is known color: Emerald. HEX triplet: 50, D7 and 6E. RGB value is (80,215,110). Sum of RGB (Red+Green+Blue) = 80+215+110=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 215 (84.38% from 255 or 53.09% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 215 - color contains mainly: green. Hex color #50D76E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D76E is #AF2891. Grayscale: #A2A2A2. Windows color (decimal): -11479186 or 7264080. OLE color: 7264080.

HSL color Cylindrical-coordinate representation of color #50D76E: hue angle of 133.33º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50D76E is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 215 110 -
CMYK 0.63 0 0.49 0.16
HSL 133.33º 0.63% 0.58% -
HSV(B) 133.33º 0.63% 0.84% -
XYZ 30.42 51.43 23.08 -
YUV 162.67 98.27 69.04 -
System Red Green Blue C M Y K H S L
Decimal 80 215 110 0.63 0 0.49 0.16 133.33 0.63 0.58
Hex 50 D7 6E 3F 0 31 10 85 3F 3A
Octal 120 327 156 77 0 61 20 205 77 72
Binary 1010000 11010111 1101110 111111 0 110001 10000 10000101 111111 111010

Color Harmonies of #50D76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D76E

Black with #50D76E

Text Example


Text Example

White with #50D76E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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