Html Css Color HEX #50D76C Emerald

📋 copy color: '#50D76C'

red 80 ◦ green 215 ◦ blue 108

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

Shades of Emerald #50D76C

Tints of Emerald #50D76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.8%

R = 19.85%
G = 53.35%
B = 26.8%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#50D76C (or 0x50D76C) is known color: Emerald. HEX triplet: 50, D7 and 6C. RGB value is (80,215,108). Sum of RGB (Red+Green+Blue) = 80+215+108=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 215 (84.38% from 255 or 53.35% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 215 - color contains mainly: green. Hex color #50D76C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D76C is #AF2893. Grayscale: #A2A2A2. Windows color (decimal): -11479188 or 7133008. OLE color: 7133008.

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

Color convert

RGB 80 215 108 -
CMYK 0.63 0 0.50 0.16
HSL 132.44º 0.63% 0.58% -
HSV(B) 132.44º 0.63% 0.84% -
XYZ 30.32 51.39 22.51 -
YUV 162.44 97.27 69.2 -
System Red Green Blue C M Y K H S L
Decimal 80 215 108 0.63 0 0.50 0.16 132.44 0.63 0.58
Hex 50 D7 6C 3F 0 32 10 84 3F 3A
Octal 120 327 154 77 0 62 20 204 77 72
Binary 1010000 11010111 1101100 111111 0 110010 10000 10000100 111111 111010

Color Harmonies of #50D76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D76C

Black with #50D76C

Text Example


Text Example

White with #50D76C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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