Html Css Color HEX #50D96C Emerald

📋 copy color: '#50D96C'

red 80 ◦ green 217 ◦ blue 108

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

Shades of Emerald #50D96C

Tints of Emerald #50D96C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.58%

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

R = 19.75%
G = 53.58%
B = 26.67%

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

#50D96C (or 0x50D96C) is known color: Emerald. HEX triplet: 50, D9 and 6C. RGB value is (80,217,108). Sum of RGB (Red+Green+Blue) = 80+217+108=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 217 (85.16% from 255 or 53.58% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 217 - color contains mainly: green. Hex color #50D96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50D96C is #AF2693. Grayscale: #A3A3A3. Windows color (decimal): -11478676 or 7133520. OLE color: 7133520.

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

Color convert

RGB 80 217 108 -
CMYK 0.63 0 0.50 0.15
HSL 132.26º 0.64% 0.58% -
HSV(B) 132.26º 0.63% 0.85% -
XYZ 30.83 52.41 22.68 -
YUV 163.61 96.61 68.36 -
System Red Green Blue C M Y K H S L
Decimal 80 217 108 0.63 0 0.50 0.15 132.26 0.64 0.58
Hex 50 D9 6C 3F 0 32 F 84 40 3A
Octal 120 331 154 77 0 62 17 204 100 72
Binary 1010000 11011001 1101100 111111 0 110010 1111 10000100 1000000 111010

Color Harmonies of #50D96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D96C

Black with #50D96C

Text Example


Text Example

White with #50D96C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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