Html Css Color HEX #50C884 Emerald

📋 copy color: '#50C884'

red 80 ◦ green 200 ◦ blue 132

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

Shades of Emerald #50C884

Tints of Emerald #50C884

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.54%

 BLUE value IS 132 (51.95% from 255) = 32.04%

R = 19.42%
G = 48.54%
B = 32.04%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#50C884 (or 0x50C884) is known color: Emerald. HEX triplet: 50, C8 and 84. RGB value is (80,200,132). Sum of RGB (Red+Green+Blue) = 80+200+132=412 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.42% from 412); Green value is 200 (78.52% from 255 or 48.54% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 200 - color contains mainly: green. Hex color #50C884 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C884 is #AF377B. Grayscale: #9C9C9C. Windows color (decimal): -11483004 or 8702032. OLE color: 8702032.

HSL color Cylindrical-coordinate representation of color #50C884: hue angle of 146º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C884 is Cyan = 0.6, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 200 132 -
CMYK 0.6 0 0.34 0.22
HSL 146º 0.52% 0.55% -
HSV(B) 146º 0.6% 0.78% -
XYZ 28.13 44.68 28.97 -
YUV 156.37 114.24 73.53 -
System Red Green Blue C M Y K H S L
Decimal 80 200 132 0.6 0 0.34 0.22 146 0.52 0.55
Hex 50 C8 84 3C 0 22 16 92 34 37
Octal 120 310 204 74 0 42 26 222 64 67
Binary 1010000 11001000 10000100 111100 0 100010 10110 10010010 110100 110111

Color Harmonies of #50C884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C884

Black with #50C884

Text Example


Text Example

White with #50C884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,200,132); }

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

background-color css

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

 a { background-color: rgb(80,200,132); }

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

border-color css

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

 span { border-color: rgb(80,200,132); }

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