#50C864

Color #50C864 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #50C864

Tints of Emerald #50C864

Color information

#50C864 (or 0x50C864) is unknown color: approx Emerald. HEX triplet: 50, C8 and 64. RGB value is (80,200,100). Sum of RGB (Red+Green+Blue) = 80+200+100=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 200 (78.52% from 255 or 52.63% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 200 - color contains mainly: green. Hex color #50C864 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C864 is #AF379B. Grayscale: #999999. Windows color (decimal): -11483036 or 6604880. OLE color: 6604880.

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

Color convert

RGB80200100-
CMYK0.600.50.22
HSL130º52.17%54.9%-
HSV(B)130º60%78.43%-
XYZ26.2643.9319.15-
YUV152.7298.2476.13-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.05%
GREEN value IS 200 (78.52% from 255) = 52.63%
BLUE value IS 100 (39.45% from 255) = 26.32%
R=21.05%
G=52.63%
B=26.32%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal802001000.600.50.2213052.1754.9
Hex50C8643C03216823437
Octal12031014474062262026467
Binary101000011001000110010011110001100101011010000010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50C864;
 }
 .AnyTagClassName
 {
   color: #50C864;
 }
</style>
background-color css

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

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

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

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

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

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