Html Css Color HEX #50C880 Emerald

📋 copy color: '#50C880'

red 80 ◦ green 200 ◦ blue 128

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

Shades of Emerald #50C880

Tints of Emerald #50C880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.37%

R = 19.61%
G = 49.02%
B = 31.37%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#50C880 (or 0x50C880) is known color: Emerald. HEX triplet: 50, C8 and 80. RGB value is (80,200,128). Sum of RGB (Red+Green+Blue) = 80+200+128=408 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.61% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 200 - color contains mainly: green. Hex color #50C880 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C880 is #AF377F. Grayscale: #9C9C9C. Windows color (decimal): -11483008 or 8439888. OLE color: 8439888.

HSL color Cylindrical-coordinate representation of color #50C880: hue angle of 144º 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 #50C880 is Cyan = 0.6, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 200 128 -
CMYK 0.6 0 0.36 0.22
HSL 144º 0.52% 0.55% -
HSV(B) 144º 0.6% 0.78% -
XYZ 27.86 44.57 27.56 -
YUV 155.91 112.24 73.85 -
System Red Green Blue C M Y K H S L
Decimal 80 200 128 0.6 0 0.36 0.22 144 0.52 0.55
Hex 50 C8 80 3C 0 24 16 90 34 37
Octal 120 310 200 74 0 44 26 220 64 67
Binary 1010000 11001000 10000000 111100 0 100100 10110 10010000 110100 110111

Color Harmonies of #50C880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C880

Black with #50C880

Text Example


Text Example

White with #50C880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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