#50C763

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

Shades of Emerald #50C763

Tints of Emerald #50C763

Color information

#50C763 (or 0x50C763) is unknown color: approx Emerald. HEX triplet: 50, C7 and 63. RGB value is (80,199,99). Sum of RGB (Red+Green+Blue) = 80+199+99=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 199 (78.12% from 255 or 52.65% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 199 - color contains mainly: green. Hex color #50C763 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50C763 is #AF389C. Grayscale: #989898. Windows color (decimal): -11483293 or 6539088. OLE color: 6539088.

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

Color convert

RGB8019999-
CMYK0.6000.500.22
HSL129.58º51.52%54.71%-
HSV(B)129.58º59.8%78.04%-
XYZ25.9843.4518.82-
YUV152.0298.0876.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.16%
GREEN value IS 199 (78.12% from 255) = 52.65%
BLUE value IS 99 (39.06% from 255) = 26.19%
R=21.16%
G=52.65%
B=26.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal80199990.6000.500.22129.5851.5254.71
Hex50C7633C03216823437
Octal12030714374062262026467
Binary101000011000111110001111110001100101011010000010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,199,99); }

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

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

 a { background-color: rgb(80,199,99); }

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

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

 span { border-color: rgb(80,199,99); }

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